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 interface
AggregatedIdentifierMapping
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interface
BasicEntityIdentifierMapping
Mapping 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 class
BasicEntityIdentifierMappingImpl
Mapping of a simple identifierclass
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
-
Uses of SingleAttributeIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SingleAttributeIdentifierMapping Modifier and Type Class Description class
AnonymousTupleBasicEntityIdentifierMapping
class
AnonymousTupleEmbeddedEntityIdentifierMapping
-