Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
Packages that use EmbeddableValuedModelPart
Package
Description
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Implementation of the SPI for the runtime domain metamodel.
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.Defines support for implicit ResultSet mappings.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.Defines a registry for Hibernate
Type
s.-
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionMappingMetamodel.getEmbeddableValuedModelPart
(NavigableRole role) Get an EmbeddableMappingType based on its NavigableRole.RuntimeMetamodels.getEmbedded
(String role) Deprecated.RuntimeMetamodels.getEmbedded
(NavigableRole role) -
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement EmbeddableValuedModelPartModifier and TypeClassDescriptionclass
Base implementation for composite identifier mappingsMethods in org.hibernate.metamodel.internal that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionRuntimeMetamodelsImpl.getEmbedded
(String role) RuntimeMetamodelsImpl.getEmbedded
(NavigableRole role) -
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EmbeddableValuedModelPart in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Mapping for a composite identifierinterface
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.Methods in org.hibernate.metamodel.mapping that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionNonAggregatedIdentifierMapping.IdentifierValueMapper.getEmbeddedPart()
EmbeddableMappingType.getEmbeddedValueMapping()
-
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableValuedModelPartModifier and TypeClassDescriptionclass
class
class
Support forEmbeddedId
class
The inverse part of a "non-aggregated" composite identifier.class
A "non-aggregated" composite identifier.class
Methods in org.hibernate.metamodel.mapping.internal that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionIdClassEmbeddable.getEmbeddedPart()
VirtualIdEmbeddable.getEmbeddedPart()
EmbeddableMappingTypeImpl.getEmbeddedValueMapping()
IdClassEmbeddable.getEmbeddedValueMapping()
VirtualIdEmbeddable.getEmbeddedValueMapping()
EmbeddedForeignKeyDescriptor.getKeyPart()
EmbeddedForeignKeyDescriptorSide.getModelPart()
EmbeddedForeignKeyDescriptor.getTargetPart()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableValuedModelPartModifier and TypeMethodDescriptionstatic EmbeddedForeignKeyDescriptor
MappingModelCreationHelper.buildEmbeddableForeignKeyDescriptor
(EmbeddableValuedModelPart embeddableValuedModelPart, Value bootValueMapping, ManagedMappingType keyDeclaringType, TableGroupProducer keyDeclaringTableGroupProducer, boolean inverse, boolean[] insertable, boolean[] updateable, Dialect dialect, MappingModelCreationProcess creationProcess) static EmbeddedAttributeMapping
MappingModelCreationHelper.createInverseModelPart
(EmbeddableValuedModelPart modelPart, ManagedMappingType keyDeclaringType, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type EmbeddableValuedModelPartModifier and TypeMethodDescriptionstatic EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl.from
(Component bootDescriptor, CompositeType compositeType, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType, EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess) static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl.from
(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType, EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess) Constructors in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableValuedModelPartModifierConstructorDescriptionEmbeddedForeignKeyDescriptor
(String keyTable, SelectableMappings keySelectableMappings, EmbeddableValuedModelPart keyMappingType, String targetTable, SelectableMappings targetSelectableMappings, EmbeddableValuedModelPart targetMappingType, boolean hasConstraint, MappingModelCreationProcess creationProcess) EmbeddedForeignKeyDescriptor
(EmbeddableValuedModelPart keyMappingType, EmbeddableValuedModelPart targetMappingType, String keyTable, SelectableMappings keySelectableMappings, String targetTable, SelectableMappings targetSelectableMappings, boolean hasConstraint, MappingModelCreationProcess creationProcess) EmbeddedForeignKeyDescriptorSide
(ForeignKeyDescriptor.Nature nature, EmbeddableValuedModelPart modelPart) -
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionMappingMetamodelImpl.getEmbeddableValuedModelPart
(NavigableRole role) -
Uses of EmbeddableValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EmbeddableValuedModelPartModifier and TypeClassDescriptionclass
class
class
Methods in org.hibernate.query.derived that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionAnonymousTupleEmbeddableValuedModelPart.getEmbeddedValueMapping()
Constructors in org.hibernate.query.derived with parameters of type EmbeddableValuedModelPartModifierConstructorDescriptionAnonymousTupleEmbeddableValuedModelPart
(SqmExpressible<?> sqmExpressible, SqlTypedMapping[] sqlTypedMappings, int selectionIndex, String selectionExpression, Set<String> compatibleTableExpressions, Set<Attribute<?, ?>> attributes, DomainType<?> domainType, String componentName, EmbeddableValuedModelPart existingModelPartContainer, int fetchableIndex) -
Uses of EmbeddableValuedModelPart in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return EmbeddableValuedModelPartConstructors in org.hibernate.query.internal with parameters of type EmbeddableValuedModelPartModifierConstructorDescriptionFetchMementoEmbeddableStandard
(NavigablePath navigablePath, EmbeddableValuedModelPart attributeMapping, List<String> columnNames) -
Uses of EmbeddableValuedModelPart in org.hibernate.query.results.internal.complete
Methods in org.hibernate.query.results.internal.complete that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionCompleteFetchBuilderEmbeddableValuedModelPart.getReferencedPart()
ModelPartReferenceEmbeddable.getReferencedPart()
Constructors in org.hibernate.query.results.internal.complete with parameters of type EmbeddableValuedModelPartModifierConstructorDescriptionCompleteFetchBuilderEmbeddableValuedModelPart
(NavigablePath navigablePath, EmbeddableValuedModelPart modelPart, List<String> columnAliases) -
Uses of EmbeddableValuedModelPart in org.hibernate.query.results.internal.implicit
Constructors in org.hibernate.query.results.internal.implicit with parameters of type EmbeddableValuedModelPartModifierConstructorDescriptionImplicitModelPartResultBuilderEmbeddable
(NavigablePath navigablePath, EmbeddableValuedModelPart modelPart) -
Uses of EmbeddableValuedModelPart in org.hibernate.query.sqm.sql.internal
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type EmbeddableValuedModelPartModifierConstructorDescriptionEmbeddableValuedExpression
(NavigablePath baseNavigablePath, EmbeddableValuedModelPart mapping, SqlTuple sqlExpression) EmbeddableValuedPathInterpretation
(SqlTuple sqlExpression, NavigablePath navigablePath, EmbeddableValuedModelPart mapping, TableGroup tableGroup) -
Uses of EmbeddableValuedModelPart in org.hibernate.sql.results.graph.embeddable
Subinterfaces of EmbeddableValuedModelPart in org.hibernate.sql.results.graph.embeddableMethods in org.hibernate.sql.results.graph.embeddable that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionEmbeddableInitializer.getInitializedPart()
EmbeddableResultGraphNode.getReferencedMappingContainer()
-
Uses of EmbeddableValuedModelPart in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionEmbeddableInitializerImpl.getInitializedPart()
NonAggregatedIdentifierMappingInitializer.getInitializedPart()
AggregateEmbeddableFetchImpl.getReferencedMappingContainer()
AggregateEmbeddableResultImpl.getReferencedMappingContainer()
EmbeddableExpressionResultImpl.getReferencedMappingContainer()
EmbeddableFetchImpl.getReferencedMappingContainer()
EmbeddableForeignKeyResultImpl.getReferencedMappingContainer()
EmbeddableResultImpl.getReferencedMappingContainer()
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableValuedModelPartModifierConstructorDescriptionAggregateEmbeddableResultImpl
(NavigablePath navigablePath, EmbeddableValuedModelPart embeddedPartDescriptor, String resultVariable, DomainResultCreationState creationState) EmbeddableExpressionResultImpl
(NavigablePath navigablePath, EmbeddableValuedModelPart modelPart, SqlTuple sqlExpression, String resultVariable, DomainResultCreationState creationState) EmbeddableForeignKeyResultImpl
(NavigablePath navigablePath, EmbeddableValuedModelPart embeddableValuedModelPart, String resultVariable, FetchParent fetchParent, DomainResultCreationState creationState) EmbeddableResultImpl
(NavigablePath navigablePath, EmbeddableValuedModelPart modelPart, String resultVariable, DomainResultCreationState creationState) -
Uses of EmbeddableValuedModelPart in org.hibernate.type
Methods in org.hibernate.type that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionComponentType.getMappingModelPart()
ComponentType.mappingModelPart()
Methods in org.hibernate.type with parameters of type EmbeddableValuedModelPartModifier and TypeMethodDescriptionvoid
ComponentType.injectMappingModelPart
(EmbeddableValuedModelPart part, MappingModelCreationProcess process) -
Uses of EmbeddableValuedModelPart in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return EmbeddableValuedModelPartMethods in org.hibernate.type.spi with parameters of type EmbeddableValuedModelPartModifier and TypeMethodDescriptionvoid
CompositeTypeImplementor.injectMappingModelPart
(EmbeddableValuedModelPart part, MappingModelCreationProcess process)
RuntimeMetamodels.getEmbedded(NavigableRole)
instead