Uses of Class
org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
-
Packages that use IdClassEmbeddable Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.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 IdClassEmbeddableNonAggregatedIdentifierMapping. 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 IdClassEmbeddableInverseNonAggregatedIdentifierMapping. getIdClassEmbeddable()IdClassEmbeddableNonAggregatedIdentifierMappingImpl. 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) -
Uses of IdClassEmbeddable in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return IdClassEmbeddable Modifier and Type Method Description IdClassEmbeddableAnonymousTupleNonAggregatedEntityIdentifierMapping. getIdClassEmbeddable()
-