Uses of Class
org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
Packages that use IdClassEmbeddable
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of IdClassEmbeddable in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return IdClassEmbeddableModifier and TypeMethodDescriptionNonAggregatedIdentifierMapping.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 IdClassEmbeddableModifier and TypeMethodDescriptionInverseNonAggregatedIdentifierMapping.getIdClassEmbeddable()
NonAggregatedIdentifierMappingImpl.getIdClassEmbeddable()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type IdClassEmbeddableModifierConstructorDescriptionIdClassEmbeddable
(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 IdClassEmbeddableModifier and TypeMethodDescriptionAnonymousTupleNonAggregatedEntityIdentifierMapping.getIdClassEmbeddable()