public interface QueryImplementors
Query implementation classes.| Modifier and Type | Method and Description |
|---|---|
default ArrayCreateQuery |
createArrayCreateQuery(java.lang.reflect.Method method)
Creates an
ArrayCreateQuery object. |
default <ENTITY> AutoBatchDeleteQuery<ENTITY> |
createAutoBatchDeleteQuery(java.lang.reflect.Method method,
EntityType<ENTITY> entityType) |
default <ENTITY> AutoBatchInsertQuery<ENTITY> |
createAutoBatchInsertQuery(java.lang.reflect.Method method,
EntityType<ENTITY> entityType) |
default <ENTITY> AutoBatchUpdateQuery<ENTITY> |
createAutoBatchUpdateQuery(java.lang.reflect.Method method,
EntityType<ENTITY> entityType) |
default <ENTITY> AutoDeleteQuery<ENTITY> |
createAutoDeleteQuery(java.lang.reflect.Method method,
EntityType<ENTITY> entityType) |
default <RESULT> AutoFunctionQuery<RESULT> |
createAutoFunctionQuery(java.lang.reflect.Method method)
Creates an
AutoFunctionQuery object. |
default <ENTITY> AutoInsertQuery<ENTITY> |
createAutoInsertQuery(java.lang.reflect.Method method,
EntityType<ENTITY> entityType) |
default AutoProcedureQuery |
createAutoProcedureQuery(java.lang.reflect.Method method)
Creates an
AutoProcedureQuery object. |
default <ENTITY> AutoUpdateQuery<ENTITY> |
createAutoUpdateQuery(java.lang.reflect.Method method,
EntityType<ENTITY> entityType) |
default BlobCreateQuery |
createBlobCreateQuery(java.lang.reflect.Method method)
Creates a
BlobCreateQuery object. |
default ClobCreateQuery |
createClobCreateQuery(java.lang.reflect.Method method)
Creates a
ClobCreateQuery object. |
default NClobCreateQuery |
createNClobCreateQuery(java.lang.reflect.Method method)
Creates a
NClobCreateQuery object. |
default SqlDeleteQuery |
createSqlDeleteQuery(java.lang.reflect.Method method)
Creates an
SqlDeleteQuery object. |
default <ELEMENT> SqlFileBatchDeleteQuery<ELEMENT> |
createSqlFileBatchDeleteQuery(java.lang.reflect.Method method,
java.lang.Class<ELEMENT> clazz) |
default <ELEMENT> SqlFileBatchInsertQuery<ELEMENT> |
createSqlFileBatchInsertQuery(java.lang.reflect.Method method,
java.lang.Class<ELEMENT> clazz)
Creates an
SqlFileBatchInsertQuery object. |
default <ELEMENT> SqlFileBatchUpdateQuery<ELEMENT> |
createSqlFileBatchUpdateQuery(java.lang.reflect.Method method,
java.lang.Class<ELEMENT> clazz)
Creates a
SqlFileBatchUpdateQuery object. |
default SqlFileDeleteQuery |
createSqlFileDeleteQuery(java.lang.reflect.Method method) |
default SqlFileInsertQuery |
createSqlFileInsertQuery(java.lang.reflect.Method method)
Creates an
SqlFileInsertQuery object. |
default SqlFileScriptQuery |
createSqlFileScriptQuery(java.lang.reflect.Method method)
Creates an
SqlFileScriptQuery object. |
default SqlFileSelectQuery |
createSqlFileSelectQuery(java.lang.reflect.Method method)
Creates an
SqlFileSelectQuery object. |
default SqlFileUpdateQuery |
createSqlFileUpdateQuery(java.lang.reflect.Method method)
Creates an
SqlFileUpdateQuery object. |
default SqlInsertQuery |
createSqlInsertQuery(java.lang.reflect.Method method)
Creates an
SqlInsertQuery object. |
default SqlProcessorQuery |
createSqlProcessorQuery(java.lang.reflect.Method method)
Creates an
SqlProcessorQuery object. |
default SqlSelectQuery |
createSqlSelectQuery(java.lang.reflect.Method method)
Creates an
SqlSelectQuery object. |
default SqlUpdateQuery |
createSqlUpdateQuery(java.lang.reflect.Method method)
Creates an
SqlUpdateQuery object. |
default SQLXMLCreateQuery |
createSQLXMLCreateQuery(java.lang.reflect.Method method)
Creates an
SQLXMLCreateQuery object. |
default SqlFileSelectQuery createSqlFileSelectQuery(java.lang.reflect.Method method)
SqlFileSelectQuery object.method - the DAO methoddefault SqlSelectQuery createSqlSelectQuery(java.lang.reflect.Method method)
SqlSelectQuery object.method - the DAO methoddefault SqlFileScriptQuery createSqlFileScriptQuery(java.lang.reflect.Method method)
SqlFileScriptQuery object.method - the DAO methoddefault <ENTITY> AutoDeleteQuery<ENTITY> createAutoDeleteQuery(java.lang.reflect.Method method, EntityType<ENTITY> entityType)
default <ENTITY> AutoInsertQuery<ENTITY> createAutoInsertQuery(java.lang.reflect.Method method, EntityType<ENTITY> entityType)
default <ENTITY> AutoUpdateQuery<ENTITY> createAutoUpdateQuery(java.lang.reflect.Method method, EntityType<ENTITY> entityType)
default SqlFileDeleteQuery createSqlFileDeleteQuery(java.lang.reflect.Method method)
default SqlFileInsertQuery createSqlFileInsertQuery(java.lang.reflect.Method method)
SqlFileInsertQuery object.method - the DAO methoddefault SqlFileUpdateQuery createSqlFileUpdateQuery(java.lang.reflect.Method method)
SqlFileUpdateQuery object.method - the DAO methoddefault SqlDeleteQuery createSqlDeleteQuery(java.lang.reflect.Method method)
SqlDeleteQuery object.method - the DAO methoddefault SqlInsertQuery createSqlInsertQuery(java.lang.reflect.Method method)
SqlInsertQuery object.method - the DAO methoddefault SqlUpdateQuery createSqlUpdateQuery(java.lang.reflect.Method method)
SqlUpdateQuery object.method - the DAO methoddefault <ENTITY> AutoBatchDeleteQuery<ENTITY> createAutoBatchDeleteQuery(java.lang.reflect.Method method, EntityType<ENTITY> entityType)
default <ENTITY> AutoBatchInsertQuery<ENTITY> createAutoBatchInsertQuery(java.lang.reflect.Method method, EntityType<ENTITY> entityType)
default <ENTITY> AutoBatchUpdateQuery<ENTITY> createAutoBatchUpdateQuery(java.lang.reflect.Method method, EntityType<ENTITY> entityType)
default <ELEMENT> SqlFileBatchDeleteQuery<ELEMENT> createSqlFileBatchDeleteQuery(java.lang.reflect.Method method, java.lang.Class<ELEMENT> clazz)
default <ELEMENT> SqlFileBatchInsertQuery<ELEMENT> createSqlFileBatchInsertQuery(java.lang.reflect.Method method, java.lang.Class<ELEMENT> clazz)
SqlFileBatchInsertQuery object.ELEMENT - the element type of the batch listmethod - the DAO methodclazz - the element class of the batch listdefault <ELEMENT> SqlFileBatchUpdateQuery<ELEMENT> createSqlFileBatchUpdateQuery(java.lang.reflect.Method method, java.lang.Class<ELEMENT> clazz)
SqlFileBatchUpdateQuery object.ELEMENT - the element type of the batch listmethod - the DAO methodclazz - the element class of the batch listdefault <RESULT> AutoFunctionQuery<RESULT> createAutoFunctionQuery(java.lang.reflect.Method method)
AutoFunctionQuery object.RESULT - the result type of the function querymethod - the DAO methoddefault AutoProcedureQuery createAutoProcedureQuery(java.lang.reflect.Method method)
AutoProcedureQuery object.method - the DAO methoddefault ArrayCreateQuery createArrayCreateQuery(java.lang.reflect.Method method)
ArrayCreateQuery object.method - the DAO methoddefault BlobCreateQuery createBlobCreateQuery(java.lang.reflect.Method method)
BlobCreateQuery object.method - the DAO methoddefault ClobCreateQuery createClobCreateQuery(java.lang.reflect.Method method)
ClobCreateQuery object.method - the DAO methoddefault NClobCreateQuery createNClobCreateQuery(java.lang.reflect.Method method)
NClobCreateQuery object.method - the DAO methoddefault SQLXMLCreateQuery createSQLXMLCreateQuery(java.lang.reflect.Method method)
SQLXMLCreateQuery object.method - the DAO methoddefault SqlProcessorQuery createSqlProcessorQuery(java.lang.reflect.Method method)
SqlProcessorQuery object.method - the DAO method