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(TableViewDto tableView) createQueryToLoadEntity(String id, TableViewDto tableView)
-
Methodendetails
-
createQueryToCountEntitiesWithGivenId
-
createQueryToCountEntitiesWithGivenValueAtGivenColumn
-
createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities
-
createQueryToLoadEntitiesOfTable
-
createQueryToLoadEntity
-
createQueryToLoadSchemaTimestamp
String createQueryToLoadSchemaTimestamp()
-