Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
-
Packages that use EmbeddableValuedModelPart Package Description org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal 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.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.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 asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
.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 A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.spi Defines a registry for HibernateType
s. -
-
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
CompositeIdentifierMapping
Mapping for a composite identifierinterface
NonAggregatedIdentifierMapping
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 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
EmbeddedForeignKeyDescriptor. getKeyPart()
EmbeddableValuedModelPart
EmbeddedForeignKeyDescriptorSide. getModelPart()
EmbeddableValuedModelPart
EmbeddedForeignKeyDescriptor. getTargetPart()
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, 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 EmbeddableValuedModelPart Modifier and Type Method Description static 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 EmbeddableValuedModelPart Constructor Description EmbeddedForeignKeyDescriptor(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 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(SqmExpressible<?> sqmExpressible, List<SqlSelection> sqlSelections, 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 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 EmbeddableValuedExpression(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.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
AbstractNonAggregatedIdentifierMappingInitializer. getInitializedPart()
EmbeddableValuedModelPart
AggregateEmbeddableFetchImpl. getReferencedMappingContainer()
EmbeddableValuedModelPart
AggregateEmbeddableResultImpl. getReferencedMappingContainer()
EmbeddableValuedModelPart
EmbeddableExpressionResultImpl. getReferencedMappingContainer()
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 AggregateEmbeddableResultImpl(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 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)
-