Uses of Class
org.seasar.doma.jdbc.EntityRef
Packages that use EntityRef
Package
Description
Provides classes and interfaces for entity aggregation and association operations.
-
Uses of EntityRef in org.seasar.doma.jdbc.aggregate
Methods in org.seasar.doma.jdbc.aggregate that return EntityRefModifier and TypeMethodDescriptionAssociationEntityPoolEntry.entityRef()Returns the value of theentityRefrecord component.Constructors in org.seasar.doma.jdbc.aggregate with parameters of type EntityRefModifierConstructorDescriptionAssociationEntityPoolEntry(AssociationEntityKey entityKey, EntityRef entityRef) Creates an instance of aAssociationEntityPoolEntryrecord class.Constructor parameters in org.seasar.doma.jdbc.aggregate with type arguments of type EntityRefModifierConstructorDescriptionAssociationEntityPoolIterationHandler(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache) AssociationEntityPoolProvider(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, Query query, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache)