Uses of Interface
org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
-
Packages that use SingleAttributeIdentifierMapping 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 SingleAttributeIdentifierMapping in org.hibernate.metamodel.mapping
Subinterfaces of SingleAttributeIdentifierMapping 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.interfaceBasicEntityIdentifierMappingMapping for a simple, single-column identifier -
Uses of SingleAttributeIdentifierMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SingleAttributeIdentifierMapping Modifier and Type Class Description classBasicEntityIdentifierMappingImplMapping of a simple identifierclassEmbeddedIdentifierMappingImplSupport forEmbeddedId -
Uses of SingleAttributeIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SingleAttributeIdentifierMapping Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleEmbeddedEntityIdentifierMapping
-