Uses of Interface
org.hibernate.metamodel.mapping.CollectionIdentifierDescriptor
-
Packages that use CollectionIdentifierDescriptor Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal -
-
Uses of CollectionIdentifierDescriptor in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return CollectionIdentifierDescriptor Modifier and Type Method Description CollectionIdentifierDescriptorPluralAttributeMapping. getIdentifierDescriptor() -
Uses of CollectionIdentifierDescriptor in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement CollectionIdentifierDescriptor Modifier and Type Class Description classCollectionIdentifierDescriptorImplMethods in org.hibernate.metamodel.mapping.internal that return CollectionIdentifierDescriptor Modifier and Type Method Description CollectionIdentifierDescriptorPluralAttributeMappingImpl. getIdentifierDescriptor()Constructors in org.hibernate.metamodel.mapping.internal with parameters of type CollectionIdentifierDescriptor Constructor Description PluralAttributeMappingImpl(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)
-