Package | Description |
---|---|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
org.hibernate.persister.walking.internal | |
org.hibernate.persister.walking.spi | |
org.hibernate.tuple.component | |
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.foundAny(AnyMappingDefinition anyDefinition) |
Modifier and Type | Class and Description |
---|---|
class |
StandardAnyTypeDefinition |
Modifier and Type | Method and Description |
---|---|
AnyMappingDefinition |
AssociationAttributeDefinition.toAnyDefinition() |
AnyMappingDefinition |
CollectionElementDefinition.toAnyMappingDefinition()
If the element type returned by
CollectionElementDefinition.getType() is an
AnyType , then the any mapping
definition for the collection element is returned;
otherwise, IllegalStateException is thrown. |
AnyMappingDefinition |
CollectionIndexDefinition.toAnyMappingDefinition()
If the index type returned by
CollectionIndexDefinition.getType() is an
AnyType , then the any mapping
definition for the collection index is returned;
otherwise, IllegalStateException is thrown. |
Modifier and Type | Method and Description |
---|---|
void |
AssociationVisitationStrategy.foundAny(AnyMappingDefinition anyDefinition) |
Modifier and Type | Method and Description |
---|---|
AnyMappingDefinition |
CompositeBasedAssociationAttribute.toAnyDefinition() |
Modifier and Type | Method and Description |
---|---|
AnyMappingDefinition |
EntityBasedAssociationAttribute.toAnyDefinition() |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.