- All Known Implementing Classes:
AbstractAggregateStrategyType
public interface AggregateStrategyType
Represents a strategy type for defining an aggregate structure that involves a root entity and
its associated entities.
-
Method Summary
Modifier and TypeMethodDescriptionList<AssociationLinkerType<?,?>> getName()EntityType<?>getRoot()
-
Method Details
-
getName
String getName() -
getRoot
EntityType<?> getRoot() -
getTableAlias
String getTableAlias() -
getAssociationLinkerTypes
List<AssociationLinkerType<?,?>> getAssociationLinkerTypes() -
getTableAliases
-