Uses of Interface
org.hibernate.metamodel.mapping.CompositeIdentifierMapping
-
Packages that use CompositeIdentifierMapping 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.query.derived -
-
Uses of CompositeIdentifierMapping in org.hibernate.metamodel.mapping
Subinterfaces of CompositeIdentifierMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does. -
Uses of CompositeIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement CompositeIdentifierMapping Modifier and Type Class Description classAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleNonAggregatedEntityIdentifierMappingConstructors in org.hibernate.query.derived with parameters of type CompositeIdentifierMapping Constructor Description AnonymousTupleEmbeddedEntityIdentifierMapping(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?,?>> attributes, DomainType<?> domainType, CompositeIdentifierMapping delegate)
-