Uses of Class
org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
Packages that use EmbeddedAttributeMapping
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).
This package abstracts persistence mechanisms for entities.
-
Uses of EmbeddedAttributeMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EmbeddedAttributeMappingModifier and TypeMethodDescriptiondefault EmbeddedAttributeMapping
AttributeMapping.asEmbeddedAttributeMapping()
A utility method to avoid casting explicitly to EmbeddedAttributeMappingMethods in org.hibernate.metamodel.mapping with parameters of type EmbeddedAttributeMappingModifier and TypeMethodDescriptionEmbeddableMappingType.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) -
Uses of EmbeddedAttributeMapping in org.hibernate.metamodel.mapping.internal
Subclasses of EmbeddedAttributeMapping in org.hibernate.metamodel.mapping.internalModifier and TypeClassDescriptionclass
The inverse part of a "non-aggregated" composite identifier.class
Methods in org.hibernate.metamodel.mapping.internal that return EmbeddedAttributeMappingModifier and TypeMethodDescriptionEmbeddedAttributeMapping.asEmbeddedAttributeMapping()
static EmbeddedAttributeMapping
MappingModelCreationHelper.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static EmbeddedAttributeMapping
MappingModelCreationHelper.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static EmbeddedAttributeMapping
MappingModelCreationHelper.createInverseModelPart
(EmbeddableValuedModelPart modelPart, ManagedMappingType keyDeclaringType, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) Methods in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddedAttributeMappingModifier and TypeMethodDescriptionEmbeddableMappingTypeImpl.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) IdClassEmbeddable.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) VirtualIdEmbeddable.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) Constructors in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddedAttributeMappingModifierConstructorDescriptionEmbeddableMappingTypeImpl
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, EmbeddableMappingType inverseMappingType, MappingModelCreationProcess creationProcess) IdClassEmbeddable
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, IdClassEmbeddable inverseMappingType, MappingModelCreationProcess creationProcess) VirtualIdEmbeddable
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, VirtualIdEmbeddable inverseMappingType, MappingModelCreationProcess creationProcess) -
Uses of EmbeddedAttributeMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EmbeddedAttributeMappingModifier and TypeMethodDescriptionprotected EmbeddedAttributeMapping
AbstractEntityPersister.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactive -
Uses of EmbeddedAttributeMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type EmbeddedAttributeMappingModifier and TypeMethodDescriptionAnonymousTupleEmbeddableValuedModelPart.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess)