Uses of Interface
org.hibernate.metamodel.mapping.CollectionPart
-
Packages that use CollectionPart 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 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 interfaceCollectionIdentifierDescriptorDescriptor for the collection identifier.Methods in org.hibernate.metamodel.mapping that return CollectionPart Modifier and Type Method Description CollectionPartPluralAttributeMapping. getElementDescriptor()CollectionPartPluralAttributeMapping. getIndexDescriptor()CollectionPartPluralAttributeMapping.IndexMetadata. getIndexDescriptor() -
Uses of CollectionPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of CollectionPart in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interfaceEntityCollectionPartAn entity-valued collection-part.Classes in org.hibernate.metamodel.mapping.internal that implement CollectionPart Modifier and Type Class Description classAbstractEntityCollectionPartBase support for EntityCollectionPart implementationsclassBasicValuedCollectionPartModels a basic collection element/value or index/keyclassCollectionIdentifierDescriptorImplclassDiscriminatedCollectionPartclassEmbeddedCollectionPartclassManyToManyCollectionPartEntity-valued collection-part mapped through a join table.classOneToManyCollectionPartorder( id, ...Methods in org.hibernate.metamodel.mapping.internal that return CollectionPart Modifier and Type Method Description CollectionPartPluralAttributeMappingImpl. getElementDescriptor()CollectionPartPluralAttributeMappingImpl. getIndexDescriptor()Constructors in org.hibernate.metamodel.mapping.internal with parameters of type CollectionPart 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) -
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 CollectionPartCollectionPartPath. getReferenceModelPart()
-