Schnittstelle IEntityQueryCreator

Alle bekannten Implementierungsklassen:
EntityQueryCreator

public interface IEntityQueryCreator
  • Methodendetails

    • createQueryToCountEntitiesWithGivenId

      String createQueryToCountEntitiesWithGivenId(String tableName, String id)
    • createQueryToCountEntitiesWithGivenValueAtGivenColumn

      String createQueryToCountEntitiesWithGivenValueAtGivenColumn(String tableName, String columnName, String value)
    • createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities

      String createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, String columnName, String value, IContainer<String> entitiesToIgnoreIds)
    • createQueryToLoadEntitiesOfTable

      String createQueryToLoadEntitiesOfTable(ITableInfo tableInfo)
    • createQueryToLoadEntity

      String createQueryToLoadEntity(String id, ITableInfo tableInfo)
    • createQueryToLoadSchemaTimestamp

      String createQueryToLoadSchemaTimestamp()