Interface SqlGenerator
- All Known Implementing Classes:
SingleQuerySqlGenerator
public interface SqlGenerator
Generates SQL statements for loading aggregates.
- Since:
- 3.2
- Author:
- Jens Schauder
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
findAll
(RelationalPersistentEntity<?> aggregate) findAll
(RelationalPersistentEntity<?> aggregate, Condition condition)
-
Method Details
-
findAll
-
findAll
-
getAliasFactory
AliasFactory getAliasFactory()
-