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
ConstructorDescriptionSingleQuerySqlGenerator
(RelationalMappingContext context, AliasFactory aliasFactory, Dialect dialect) -
Method Summary
Modifier and TypeMethodDescriptionfindAll
(RelationalPersistentEntity<?> aggregate, Condition condition) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.relational.core.sqlgeneration.SqlGenerator
findAll
-
Constructor Details
-
SingleQuerySqlGenerator
public SingleQuerySqlGenerator(RelationalMappingContext context, AliasFactory aliasFactory, Dialect dialect)
-
-
Method Details
-
findAll
- Specified by:
findAll
in interfaceSqlGenerator
-
getAliasFactory
- Specified by:
getAliasFactory
in interfaceSqlGenerator
-