Klasse EntityQueryCreator
java.lang.Object
ch.nolix.system.sqlmiddata.querycreator.EntityQueryCreator
- Alle implementierten Schnittstellen:
IEntityQueryCreator
-
Konstruktorübersicht
Konstruktoren -
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(TableViewDto tableView) createQueryToLoadEntity(String id, TableViewDto tableView)
-
Konstruktordetails
-
EntityQueryCreator
public EntityQueryCreator()
-
-
Methodendetails
-
createQueryToCountEntitiesWithGivenId
- Angegeben von:
createQueryToCountEntitiesWithGivenIdin SchnittstelleIEntityQueryCreator
-
createQueryToCountEntitiesWithGivenValueAtGivenColumn
public String createQueryToCountEntitiesWithGivenValueAtGivenColumn(String tableName, String columnName, String value) - Angegeben von:
createQueryToCountEntitiesWithGivenValueAtGivenColumnin SchnittstelleIEntityQueryCreator
-
createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities
public String createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, String columnName, String value, IContainer<String> entitiesToIgnoreIds) - Angegeben von:
createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntitiesin SchnittstelleIEntityQueryCreator
-
createQueryToLoadEntitiesOfTable
- Angegeben von:
createQueryToLoadEntitiesOfTablein SchnittstelleIEntityQueryCreator
-
createQueryToLoadEntity
- Angegeben von:
createQueryToLoadEntityin SchnittstelleIEntityQueryCreator
-
createQueryToLoadSchemaTimestamp
- Angegeben von:
createQueryToLoadSchemaTimestampin SchnittstelleIEntityQueryCreator
-