Uses of Interface
org.hibernate.metamodel.mapping.CollectionPart
Packages that use CollectionPart
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of CollectionPart in org.hibernate.metamodel.mapping
Subinterfaces of CollectionPart in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Descriptor for the collection identifier.Methods in org.hibernate.metamodel.mapping that return CollectionPartModifier and TypeMethodDescriptionPluralAttributeMapping.getElementDescriptor()
PluralAttributeMapping.getIndexDescriptor()
PluralAttributeMapping.IndexMetadata.getIndexDescriptor()
-
Uses of CollectionPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of CollectionPart in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
An entity-valued collection-part.Classes in org.hibernate.metamodel.mapping.internal that implement CollectionPartModifier and TypeClassDescriptionclass
Base support for EntityCollectionPart implementationsclass
Models a basic collection element/value or index/keyclass
class
class
class
Entity-valued collection-part mapped through a join table.class
order( id, ...Methods in org.hibernate.metamodel.mapping.internal that return CollectionPartModifier and TypeMethodDescriptionPluralAttributeMappingImpl.getElementDescriptor()
PluralAttributeMappingImpl.getIndexDescriptor()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type CollectionPartModifierConstructorDescriptionPluralAttributeMappingImpl
(String attributeName, Collection bootDescriptor, PropertyAccess propertyAccess, AttributeMetadata attributeMetadata, CollectionMappingType<?> collectionMappingType, int stateArrayPosition, int fetchableIndex, CollectionPart elementDescriptor, CollectionPart indexDescriptor, CollectionIdentifierDescriptor identifierDescriptor, FetchTiming fetchTiming, FetchStyle fetchStyle, CascadeStyle cascadeStyle, ManagedMappingType declaringType, CollectionPersister collectionDescriptor, MappingModelCreationProcess creationProcess) -
Uses of CollectionPart in org.hibernate.metamodel.mapping.ordering.ast
Methods in org.hibernate.metamodel.mapping.ordering.ast that return CollectionPart