Class SingleQuerySqlGenerator
java.lang.Object
org.springframework.data.relational.core.sqlgeneration.SingleQuerySqlGenerator
- All Implemented Interfaces:
SqlGenerator
A
SqlGenerator that creates SQL statements for loading complete aggregates with a single statement.- Since:
- 3.2
- Author:
- Jens Schauder
-
Constructor Summary
ConstructorsConstructorDescriptionSingleQuerySqlGenerator(RelationalMappingContext context, AliasFactory aliasFactory, Dialect dialect) -
Method Summary
Modifier and TypeMethodDescriptionfindAll(RelationalPersistentEntity<?> aggregate, @Nullable Condition condition) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SqlGenerator
findAll
-
Constructor Details
-
SingleQuerySqlGenerator
public SingleQuerySqlGenerator(RelationalMappingContext context, AliasFactory aliasFactory, Dialect dialect)
-
-
Method Details
-
findAll
- Specified by:
findAllin interfaceSqlGenerator
-
getAliasFactory
- Specified by:
getAliasFactoryin interfaceSqlGenerator
-