Package | Description |
---|---|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.persister.walking.internal | |
org.hibernate.persister.walking.spi |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.finishingEntityIdentifier(EntityIdentifierDefinition entityIdentifierDefinition) |
void |
FetchStyleLoadPlanBuildingAssociationVisitationStrategy.finishingEntityIdentifier(EntityIdentifierDefinition identifierDefinition) |
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.startingEntityIdentifier(EntityIdentifierDefinition entityIdentifierDefinition) |
void |
FetchStyleLoadPlanBuildingAssociationVisitationStrategy.startingEntityIdentifier(EntityIdentifierDefinition identifierDefinition) |
Modifier and Type | Method and Description |
---|---|
EntityIdentifierDefinition |
AbstractEntityPersister.getEntityKeyDefinition() |
Modifier and Type | Method and Description |
---|---|
static EntityIdentifierDefinition |
EntityIdentifierDefinitionHelper.buildEncapsulatedCompositeIdentifierDefinition(AbstractEntityPersister entityPersister) |
static EntityIdentifierDefinition |
EntityIdentifierDefinitionHelper.buildNonEncapsulatedCompositeIdentifierDefinition(AbstractEntityPersister entityPersister) |
static EntityIdentifierDefinition |
EntityIdentifierDefinitionHelper.buildSimpleEncapsulatedIdentifierDefinition(AbstractEntityPersister entityPersister) |
Modifier and Type | Interface and Description |
---|---|
interface |
EncapsulatedEntityIdentifierDefinition |
interface |
NonEncapsulatedEntityIdentifierDefinition |
Modifier and Type | Method and Description |
---|---|
EntityIdentifierDefinition |
EntityDefinition.getEntityKeyDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
AssociationVisitationStrategy.finishingEntityIdentifier(EntityIdentifierDefinition entityIdentifierDefinition)
Notification we are finishing walking an entity.
|
void |
AssociationVisitationStrategy.startingEntityIdentifier(EntityIdentifierDefinition entityIdentifierDefinition)
Notification we are starting to walk the identifier of an entity.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.