Uses of Class
org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
-
Packages that use VirtualIdEmbeddable 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 VirtualIdEmbeddable in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return VirtualIdEmbeddable Modifier and Type Method Description VirtualIdEmbeddable
NonAggregatedIdentifierMapping. 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 VirtualIdEmbeddable Modifier and Type Method Description VirtualIdEmbeddable
InverseNonAggregatedIdentifierMapping. getVirtualIdEmbeddable()
VirtualIdEmbeddable
NonAggregatedIdentifierMappingImpl. getVirtualIdEmbeddable()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type VirtualIdEmbeddable Constructor Description IdClassEmbeddable(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 VirtualIdEmbeddable Modifier and Type Method Description VirtualIdEmbeddable
AnonymousTupleNonAggregatedEntityIdentifierMapping. getVirtualIdEmbeddable()
-