Uses of Interface
org.hibernate.metamodel.mapping.CollectionMappingType
Packages that use CollectionMappingType
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 CollectionMappingType in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return CollectionMappingType -
Uses of CollectionMappingType in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return CollectionMappingTypeConstructors in org.hibernate.metamodel.mapping.internal with parameters of type CollectionMappingTypeModifierConstructorDescriptionPluralAttributeMappingImpl
(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)