Klasse EntityQueryCreator
java.lang.Object
ch.nolix.system.sqlrawdata.querycreator.EntityQueryCreator
- Alle implementierten Schnittstellen:
IEntityQueryCreator
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateQueryToCountEntitiesWithGivenId
(String tableName, String id) createQueryToCountEntitiesWithGivenValueAtGivenColumn
(String tableName, String columnName, String value) createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities
(String tableName, String columnName, String value, IContainer<String> entitiesToIgnoreIds) createQueryToLoadEntitiesOfTable
(ITableInfo tableInfo) createQueryToLoadEntity
(String id, ITableInfo tableInfo)
-
Konstruktordetails
-
EntityQueryCreator
public EntityQueryCreator()
-
-
Methodendetails
-
createQueryToCountEntitiesWithGivenId
- Angegeben von:
createQueryToCountEntitiesWithGivenId
in SchnittstelleIEntityQueryCreator
-
createQueryToCountEntitiesWithGivenValueAtGivenColumn
public String createQueryToCountEntitiesWithGivenValueAtGivenColumn(String tableName, String columnName, String value) - Angegeben von:
createQueryToCountEntitiesWithGivenValueAtGivenColumn
in SchnittstelleIEntityQueryCreator
-
createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities
public String createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, String columnName, String value, IContainer<String> entitiesToIgnoreIds) - Angegeben von:
createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities
in SchnittstelleIEntityQueryCreator
-
createQueryToLoadEntitiesOfTable
- Angegeben von:
createQueryToLoadEntitiesOfTable
in SchnittstelleIEntityQueryCreator
-
createQueryToLoadEntity
- Angegeben von:
createQueryToLoadEntity
in SchnittstelleIEntityQueryCreator
-
createQueryToLoadSchemaTimestamp
- Angegeben von:
createQueryToLoadSchemaTimestamp
in SchnittstelleIEntityQueryCreator
-