Uses of Interface
org.hibernate.metamodel.mapping.PropertyBasedMapping
-
Packages that use PropertyBasedMapping 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 PropertyBasedMapping in org.hibernate.metamodel.mapping
Subinterfaces of PropertyBasedMapping 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 PropertyBasedMapping in org.hibernate.metamodel.mapping.internal
Subinterfaces of PropertyBasedMapping in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interfaceSingleAttributeIdentifierMappingClasses in org.hibernate.metamodel.mapping.internal that implement PropertyBasedMapping 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 PropertyBasedMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement PropertyBasedMapping Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleEmbeddedEntityIdentifierMapping
-