Module org.seasar.doma.core
Package org.seasar.doma.jdbc.aggregate
Class AbstractAggregateStrategyType
java.lang.Object
org.seasar.doma.jdbc.aggregate.AbstractAggregateStrategyType
- All Implemented Interfaces:
AggregateStrategyType
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAggregateStrategyType(String name, EntityType<?> root, String tableAlias, List<AssociationLinkerType<?, ?>> associationLinkerTypes) -
Method Summary
Modifier and TypeMethodDescriptionList<AssociationLinkerType<?,?>> getName()EntityType<?>getRoot()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.seasar.doma.jdbc.aggregate.AggregateStrategyType
getTableAliases
-
Constructor Details
-
AbstractAggregateStrategyType
protected AbstractAggregateStrategyType(String name, EntityType<?> root, String tableAlias, List<AssociationLinkerType<?, ?>> associationLinkerTypes)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceAggregateStrategyType
-
getRoot
- Specified by:
getRootin interfaceAggregateStrategyType
-
getTableAlias
- Specified by:
getTableAliasin interfaceAggregateStrategyType
-
getAssociationLinkerTypes
- Specified by:
getAssociationLinkerTypesin interfaceAggregateStrategyType
-