Uses of Interface
org.hibernate.type.descriptor.java.MutabilityPlanExposer
-
Packages that use MutabilityPlanExposer 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.query.derived -
-
Uses of MutabilityPlanExposer in org.hibernate.metamodel.mapping
Subinterfaces of MutabilityPlanExposer in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceAggregatedIdentifierMappingAn "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interfaceAttributeMappingDescribes an attribute at the mapping model level.interfaceBasicEntityIdentifierMappingMapping for a simple, single-column identifierinterfacePluralAttributeMappingMapping of a plural (collection-valued) attributeinterfaceSingularAttributeMappingMapping for a singular (non-collection) attribute. -
Uses of MutabilityPlanExposer in org.hibernate.metamodel.mapping.internal
Subinterfaces of MutabilityPlanExposer in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interfaceSingleAttributeIdentifierMappingClasses in org.hibernate.metamodel.mapping.internal that implement MutabilityPlanExposer Modifier and Type Class Description classAbstractAttributeMappingclassAbstractSingularAttributeMappingclassAbstractStateArrayContributorMappingclassBasicAttributeMappingclassBasicEntityIdentifierMappingImplMapping of a simple identifierclassDiscriminatedAssociationAttributeMappingSingular, any-valued attributeclassEmbeddedAttributeMappingclassEmbeddedIdentifierMappingImplSupport forEmbeddedIdclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classPluralAttributeMappingImplclassToOneAttributeMappingclassVirtualEmbeddedAttributeMapping -
Uses of MutabilityPlanExposer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement MutabilityPlanExposer Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleEmbeddedEntityIdentifierMapping
-