Schnittstelle IEntityQueryCreator
- Alle bekannten Implementierungsklassen:
EntityQueryCreator
public interface IEntityQueryCreator
-
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)
-
Methodendetails
-
createQueryToCountEntitiesWithGivenId
-
createQueryToCountEntitiesWithGivenValueAtGivenColumn
-
createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities
-
createQueryToLoadEntitiesOfTable
-
createQueryToLoadEntity
-
createQueryToLoadSchemaTimestamp
String createQueryToLoadSchemaTimestamp()
-