Uses of Class
org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
-
Packages that use IdClassEmbeddable 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 IdClassEmbeddable in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return IdClassEmbeddable Modifier and Type Method Description IdClassEmbeddable
NonAggregatedIdentifierMapping. getIdClassEmbeddable()
The id-class representation of this id mapping -
Uses of IdClassEmbeddable in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return IdClassEmbeddable Modifier and Type Method Description IdClassEmbeddable
InverseNonAggregatedIdentifierMapping. getIdClassEmbeddable()
IdClassEmbeddable
NonAggregatedIdentifierMappingImpl. getIdClassEmbeddable()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type IdClassEmbeddable Constructor Description IdClassEmbeddable(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, IdClassEmbeddable inverseMappingType, MappingModelCreationProcess creationProcess)
IdClassRepresentationStrategy(IdClassEmbeddable idClassEmbeddable, boolean simplePropertyOrder, Supplier<String[]> attributeNamesAccess)
-
Uses of IdClassEmbeddable in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return IdClassEmbeddable Modifier and Type Method Description IdClassEmbeddable
AnonymousTupleNonAggregatedEntityIdentifierMapping. getIdClassEmbeddable()
-