Package | Description |
---|---|
org.hibernate.persister.walking.internal | |
org.hibernate.persister.walking.spi |
Modifier and Type | Method and Description |
---|---|
static Iterable<AttributeDefinition> |
CompositionSingularSubAttributesHelper.getCompositeCollectionElementSubAttributes(CompositeCollectionElementDefinition compositionElementDefinition)
Get sub-attribute definitions for a composite collection element.
|
static Iterable<AttributeDefinition> |
CompositionSingularSubAttributesHelper.getCompositeCollectionIndexSubAttributes(CompositeCollectionElementDefinition compositionElementDefinition) |
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. |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.