Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
-
Packages that use EmbeddableValuedModelPart Package Description org.hibernate.metamodel org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain.internal org.hibernate.query.derived org.hibernate.query.internal org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such as JPA'sSqlResultSetMapping
or `hbm.xml` mapping ``. org.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.query.sqm.sql.internal org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal org.hibernate.type org.hibernate.type.spi -
-
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
MappingMetamodel. getEmbeddableValuedModelPart(NavigableRole role)
Get an EmbeddableMappingType based on its NavigableRole.EmbeddableValuedModelPart
RuntimeMetamodels. getEmbedded(String role)
Deprecated.UseRuntimeMetamodels.getEmbedded(NavigableRole)
insteadEmbeddableValuedModelPart
RuntimeMetamodels. getEmbedded(NavigableRole role)
-
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement EmbeddableValuedModelPart Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base implementation for composite identifier mappingsMethods in org.hibernate.metamodel.internal that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
RuntimeMetamodelsImpl. getEmbedded(String role)
EmbeddableValuedModelPart
RuntimeMetamodelsImpl. getEmbedded(NavigableRole role)
-
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EmbeddableValuedModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
NonAggregatedIdentifierMapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedId
does.Methods in org.hibernate.metamodel.mapping that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
NonAggregatedIdentifierMapping.IdentifierValueMapper. getEmbeddedPart()
EmbeddableValuedModelPart
EmbeddableMappingType. getEmbeddedValueMapping()
-
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableValuedModelPart Modifier and Type Class Description class
EmbeddedAttributeMapping
class
EmbeddedCollectionPart
class
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.class
VirtualEmbeddedAttributeMapping
Methods in org.hibernate.metamodel.mapping.internal that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
IdClassEmbeddable. getEmbeddedPart()
EmbeddableValuedModelPart
VirtualIdEmbeddable. getEmbeddedPart()
EmbeddableValuedModelPart
EmbeddableMappingTypeImpl. getEmbeddedValueMapping()
EmbeddableValuedModelPart
IdClassEmbeddable. getEmbeddedValueMapping()
EmbeddableValuedModelPart
VirtualIdEmbeddable. getEmbeddedValueMapping()
EmbeddableValuedModelPart
EmbeddedForeignKeyDescriptorSide. getModelPart()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableValuedModelPart Modifier and Type Method Description static EmbeddedForeignKeyDescriptor
MappingModelCreationHelper. buildEmbeddableForeignKeyDescriptor(EmbeddableValuedModelPart embeddableValuedModelPart, Value bootValueMapping, ManagedMappingType keyDeclaringType, TableGroupProducer keyDeclaringTableGroupProducer, boolean inverse, 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 EmbeddableValuedModelPart Modifier and Type Method Description static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, Function<EmbeddableMappingType,EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess)
static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl. from(Component bootDescriptor, CompositeType compositeType, Function<EmbeddableMappingType,EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableValuedModelPart Constructor Description 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 EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
MappingMetamodelImpl. getEmbeddableValuedModelPart(NavigableRole role)
-
Uses of EmbeddableValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EmbeddableValuedModelPart Modifier and Type Class Description class
AnonymousTupleEmbeddableValuedModelPart
class
AnonymousTupleEmbeddedEntityIdentifierMapping
class
AnonymousTupleNonAggregatedEntityIdentifierMapping
Methods in org.hibernate.query.derived that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
AnonymousTupleEmbeddableValuedModelPart. getEmbeddedValueMapping()
Constructors in org.hibernate.query.derived with parameters of type EmbeddableValuedModelPart Constructor Description AnonymousTupleEmbeddableValuedModelPart(Map<String,ModelPart> modelParts, DomainType<?> domainType, String componentName, EmbeddableValuedModelPart existingModelPartContainer)
-
Uses of EmbeddableValuedModelPart in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
FetchMementoEmbeddableStandard. getAttributeMapping()
Constructors in org.hibernate.query.internal with parameters of type EmbeddableValuedModelPart Constructor Description FetchMementoEmbeddableStandard(NavigablePath navigablePath, EmbeddableValuedModelPart attributeMapping, List<String> columnNames)
-
Uses of EmbeddableValuedModelPart in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
CompleteFetchBuilderEmbeddableValuedModelPart. getReferencedPart()
EmbeddableValuedModelPart
ModelPartReferenceEmbeddable. getReferencedPart()
Constructors in org.hibernate.query.results.complete with parameters of type EmbeddableValuedModelPart Constructor Description CompleteFetchBuilderEmbeddableValuedModelPart(NavigablePath navigablePath, EmbeddableValuedModelPart modelPart, List<String> columnAliases)
-
Uses of EmbeddableValuedModelPart in org.hibernate.query.results.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type EmbeddableValuedModelPart Constructor Description ImplicitModelPartResultBuilderEmbeddable(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 EmbeddableValuedModelPart Constructor Description 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.embeddable Modifier and Type Interface Description interface
EmbeddableValuedFetchable
Methods in org.hibernate.sql.results.graph.embeddable that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
AbstractEmbeddableInitializer. getInitializedPart()
EmbeddableValuedModelPart
EmbeddableInitializer. getInitializedPart()
EmbeddableValuedModelPart
EmbeddableResultGraphNode. getReferencedMappingContainer()
-
Uses of EmbeddableValuedModelPart in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
EmbeddableFetchImpl. getReferencedMappingContainer()
EmbeddableValuedModelPart
EmbeddableForeignKeyResultImpl. getReferencedMappingContainer()
EmbeddableValuedModelPart
EmbeddableResultImpl. getReferencedMappingContainer()
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableValuedModelPart Constructor Description 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 EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
ComponentType. getMappingModelPart()
EmbeddableValuedModelPart
ComponentType. mappingModelPart()
Methods in org.hibernate.type with parameters of type EmbeddableValuedModelPart Modifier and Type Method Description void
ComponentType. injectMappingModelPart(EmbeddableValuedModelPart part, MappingModelCreationProcess process)
-
Uses of EmbeddableValuedModelPart in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return EmbeddableValuedModelPart Modifier and Type Method Description EmbeddableValuedModelPart
CompositeTypeImplementor. getMappingModelPart()
Methods in org.hibernate.type.spi with parameters of type EmbeddableValuedModelPart Modifier and Type Method Description void
CompositeTypeImplementor. injectMappingModelPart(EmbeddableValuedModelPart part, MappingModelCreationProcess process)
-