Uses of Class
org.seasar.doma.jdbc.aggregate.AssociationLinkerType
Packages that use AssociationLinkerType
Package
Description
Provides classes and interfaces for entity aggregation and association operations.
-
Uses of AssociationLinkerType in org.seasar.doma.jdbc.aggregate
Methods in org.seasar.doma.jdbc.aggregate that return AssociationLinkerTypeModifier and TypeMethodDescriptionstatic <S,T> AssociationLinkerType<S, T> AssociationLinkerType.of(String ancestorPath, String propertyPath, int propertyPathDepth, String tableAlias, EntityType<S> source, EntityType<T> target, BiFunction<S, T, S> linker) Methods in org.seasar.doma.jdbc.aggregate that return types with arguments of type AssociationLinkerTypeModifier and TypeMethodDescriptionList<AssociationLinkerType<?,?>> AbstractAggregateStrategyType.getAssociationLinkerTypes()List<AssociationLinkerType<?,?>> AggregateStrategyType.getAssociationLinkerTypes()Constructor parameters in org.seasar.doma.jdbc.aggregate with type arguments of type AssociationLinkerTypeModifierConstructorDescriptionprotectedAbstractAggregateStrategyType(String name, EntityType<?> root, String tableAlias, List<AssociationLinkerType<?, ?>> associationLinkerTypes)