Uses of Interface
org.hibernate.metamodel.mapping.CollectionPart
-
Packages that use CollectionPart Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast -
-
Uses of CollectionPart in org.hibernate.metamodel.mapping
Subinterfaces of CollectionPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
CollectionIdentifierDescriptor
Descriptor for the collection identifier.Methods in org.hibernate.metamodel.mapping that return CollectionPart Modifier and Type Method Description CollectionPart
PluralAttributeMapping. getElementDescriptor()
CollectionPart
PluralAttributeMapping. getIndexDescriptor()
CollectionPart
PluralAttributeMapping.IndexMetadata. getIndexDescriptor()
-
Uses of CollectionPart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement CollectionPart Modifier and Type Class Description class
BasicValuedCollectionPart
Models a basic collection element/value or index/keyclass
CollectionIdentifierDescriptorImpl
class
DiscriminatedCollectionPart
class
EmbeddedCollectionPart
class
EntityCollectionPart
Methods in org.hibernate.metamodel.mapping.internal that return CollectionPart Modifier and Type Method Description CollectionPart
PluralAttributeMappingImpl. getElementDescriptor()
CollectionPart
PluralAttributeMappingImpl. getIndexDescriptor()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type CollectionPart Constructor Description PluralAttributeMappingImpl(String attributeName, Collection bootDescriptor, PropertyAccess propertyAccess, AttributeMetadataAccess attributeMetadataAccess, CollectionMappingType<?> collectionMappingType, int stateArrayPosition, CollectionPart elementDescriptor, CollectionPart indexDescriptor, CollectionIdentifierDescriptor identifierDescriptor, FetchTiming fetchTiming, FetchStyle fetchStyle, CascadeStyle cascadeStyle, ManagedMappingType declaringType, CollectionPersister collectionDescriptor)
-
Uses of CollectionPart in org.hibernate.metamodel.mapping.ordering.ast
Methods in org.hibernate.metamodel.mapping.ordering.ast that return CollectionPart Modifier and Type Method Description CollectionPart
CollectionPartPath. getReferenceModelPart()
-