Uses of Record Class
org.seasar.doma.jdbc.EntityId
Packages that use EntityId
Package
Description
Provides classes and interfaces for entity aggregation and association operations.
Provides classes that execute SQL statements and handle the results.
-
Uses of EntityId in org.seasar.doma.jdbc.aggregate
Methods in org.seasar.doma.jdbc.aggregate that return EntityIdModifier and TypeMethodDescriptionAssociationEntityKey.entityId()AssociationEntityPoolEntry.entityId()Constructor parameters in org.seasar.doma.jdbc.aggregate with type arguments of type EntityIdModifierConstructorDescriptionAssociationEntityPoolIterationHandler(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache) AssociationEntityPoolIterationHandler(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) AssociationEntityPoolProvider(EntityType<?> rootEntityType, AggregateStrategyType aggregateStrategyType, Query query, boolean resultMappingEnsured, Set<EntityId> rootEntityIds, Map<EntityId, EntityRef> entityCache) -
Uses of EntityId in org.seasar.doma.jdbc.criteria.command
Methods in org.seasar.doma.jdbc.criteria.command that return EntityIdConstructor parameters in org.seasar.doma.jdbc.criteria.command with type arguments of type EntityIdModifierConstructorDescriptionEntityPoolIterationHandler(EntityMetamodel<?> rootEntityMetamodel, Set<EntityId> rootEntityIds, Map<EntityMetamodel<?>, List<PropertyMetamodel<?>>> projectionEntityMetamodels) EntityPoolProvider(EntityMetamodel<?> rootEntityMetamodel, Set<EntityId> rootEntityIds, Map<EntityMetamodel<?>, List<PropertyMetamodel<?>>> projectionEntityMetamodels, Query query)