Uses of Class
org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
Packages that use VirtualIdEmbeddable
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 VirtualIdEmbeddable in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return VirtualIdEmbeddableModifier and TypeMethodDescriptionNonAggregatedIdentifierMapping.getVirtualIdEmbeddable()
The virtual-id representation of this id mapping -
Uses of VirtualIdEmbeddable in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return VirtualIdEmbeddableModifier and TypeMethodDescriptionInverseNonAggregatedIdentifierMapping.getVirtualIdEmbeddable()
NonAggregatedIdentifierMappingImpl.getVirtualIdEmbeddable()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type VirtualIdEmbeddableModifierConstructorDescriptionIdClassEmbeddable
(Component idClassSource, RootClass bootEntityDescriptor, NonAggregatedIdentifierMapping idMapping, EntityMappingType identifiedEntityMapping, String idTable, String[] idColumns, VirtualIdEmbeddable virtualIdEmbeddable, MappingModelCreationProcess creationProcess) VirtualIdEmbeddable
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, VirtualIdEmbeddable inverseMappingType, MappingModelCreationProcess creationProcess) VirtualIdRepresentationStrategy
(VirtualIdEmbeddable virtualIdEmbeddable, EntityMappingType entityMappingType, Component bootDescriptor, RuntimeModelCreationContext creationContext) -
Uses of VirtualIdEmbeddable in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return VirtualIdEmbeddableModifier and TypeMethodDescriptionAnonymousTupleNonAggregatedEntityIdentifierMapping.getVirtualIdEmbeddable()