Package | Description |
---|---|
org.hibernate.loader.plan.spi.build | |
org.hibernate.persister.walking.internal | |
org.hibernate.persister.walking.spi |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadPlanBuilderStrategy.finishingCompositeCollectionElement(CompositeCollectionElementDefinition compositeElementDefinition) |
void |
AbstractLoadPlanBuilderStrategy.startingCompositeCollectionElement(CompositeCollectionElementDefinition compositeElementDefinition) |
Modifier and Type | Method and Description |
---|---|
static Iterable<AttributeDefinition> |
CompositionSingularSubAttributesHelper.getCompositeCollectionElementSubAttributes(CompositeCollectionElementDefinition compositionElementDefinition)
Get sub-attribute definitions for a composite collection element.
|
Modifier and Type | Method and Description |
---|---|
CompositeCollectionElementDefinition |
CollectionElementDefinition.toCompositeElementDefinition()
If the element type returned by
CollectionElementDefinition.getType() is a
CompositeType , then the composite
element definition for the collection element is returned;
otherwise, IllegalStateException is thrown. |
Modifier and Type | Method and Description |
---|---|
void |
AssociationVisitationStrategy.finishingCompositeCollectionElement(CompositeCollectionElementDefinition compositionElementDefinition) |
void |
AssociationVisitationStrategy.startingCompositeCollectionElement(CompositeCollectionElementDefinition compositionElementDefinition) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.