Package | Description |
---|---|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
org.hibernate.persister.walking.spi | |
org.hibernate.tuple.component | |
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.associationKeyRegistered(AssociationKey associationKey) |
boolean |
AbstractLoadPlanBuildingAssociationVisitationStrategy.isDuplicateAssociationKey(AssociationKey associationKey) |
FetchSource |
AbstractLoadPlanBuildingAssociationVisitationStrategy.registeredFetchSource(AssociationKey associationKey) |
Modifier and Type | Method and Description |
---|---|
FetchSource |
LoadPlanBuildingContext.registeredFetchSource(AssociationKey associationKey) |
Modifier and Type | Method and Description |
---|---|
AssociationKey |
AssociationAttributeDefinition.getAssociationKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
MetamodelGraphWalker.addAssociationKey(AssociationKey associationKey)
Add association key to indicate the association is being visited.
|
void |
AssociationVisitationStrategy.associationKeyRegistered(AssociationKey associationKey) |
boolean |
AssociationVisitationStrategy.isDuplicateAssociationKey(AssociationKey associationKey) |
protected boolean |
MetamodelGraphWalker.isDuplicateAssociationKey(AssociationKey associationKey)
Has an association with the specified key been visited already?
|
FetchSource |
AssociationVisitationStrategy.registeredFetchSource(AssociationKey associationKey) |
Modifier and Type | Method and Description |
---|---|
AssociationKey |
CompositeBasedAssociationAttribute.getAssociationKey() |
Constructor and Description |
---|
CompositeBasedAssociationAttribute(AbstractCompositionAttribute source,
SessionFactoryImplementor factory,
int entityBasedAttributeNumber,
String attributeName,
AssociationType attributeType,
BaselineAttributeInformation baselineInfo,
int subAttributeNumber,
AssociationKey associationKey) |
Modifier and Type | Method and Description |
---|---|
AssociationKey |
EntityBasedAssociationAttribute.getAssociationKey() |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.