Uses of Interface
org.hibernate.metamodel.mapping.ValuedModelPart
-
Packages that use ValuedModelPart Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.loader.ast.internal 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.query.derived org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.results.graph.embeddable -
-
Uses of ValuedModelPart in org.hibernate.dialect
Methods in org.hibernate.dialect that return ValuedModelPart Modifier and Type Method Description static ValuedModelPart
StructHelper. getEmbeddedPart(EmbeddableMappingType embeddableMappingType, int position)
-
Uses of ValuedModelPart in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type ValuedModelPart Modifier and Type Method Description static SelectStatement
LoaderSelectBuilder. createSelectBySingleArrayParameter(Loadable loadable, ValuedModelPart restrictedPart, LoadQueryInfluencers influencers, LockOptions lockOptions, JdbcParameter jdbcArrayParameter, SessionFactoryImplementor sessionFactory)
Create a select-statement (SQL AST) for loading by multiple keys using a single SQL ARRAY parameterprotected Class<?>
AbstractCollectionBatchLoader. getKeyType(ValuedModelPart keyPart)
-
Uses of ValuedModelPart in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement ValuedModelPart Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base implementation for composite identifier mappings -
Uses of ValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of ValuedModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
AggregatedIdentifierMapping
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interface
AttributeMapping
Describes an attribute at the mapping model level.interface
BasicEntityIdentifierMapping
Mapping for a simple, single-column identifierinterface
BasicValuedModelPart
Describes a ModelPart which is a basic value, either aBasic
attribute a basic-valued collection partinterface
CollectionIdentifierDescriptor
Descriptor for the collection identifier.interface
CollectionPart
Hibernate understands mapping a collection into 4 parts The key - the foreign-key defining the association to the owner The element - for Maps this is analogous to the value The index - the List/array index or Map key The collection-id - this is only relevant for id-bag mappingsinterface
CompositeIdentifierMapping
Mapping for a composite identifierinterface
DiscriminatorMapping
Mapping of a discriminator, for either entity or association (ANY) discrimination.interface
EmbeddableDiscriminatorMapping
Details about the discriminator for an embeddable hierarchy.interface
EmbeddableValuedModelPart
Describes the mapping of an embeddable (composite).interface
EntityDiscriminatorMapping
Details about the discriminator for an entity hierarchy.interface
EntityIdentifierMapping
Describes the mapping of an entity's identifier.interface
EntityRowIdMapping
Mapping of a row-idinterface
EntityVersionMapping
Describes the mapping of an entity's versioninterface
ForeignKeyDescriptor
Descriptor for foreign-keysinterface
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.interface
OwnedValuedModelPart
Marker interface for valued model parts that have a declaring/owner type.interface
PluralAttributeMapping
Mapping of a plural (collection-valued) attributeinterface
SingularAttributeMapping
Mapping for a singular (non-collection) attribute.Methods in org.hibernate.metamodel.mapping that return ValuedModelPart Modifier and Type Method Description ValuedModelPart
ForeignKeyDescriptor. getKeyPart()
ValuedModelPart
ForeignKeyDescriptor.Side. getModelPart()
default ValuedModelPart
ForeignKeyDescriptor. getPart(ForeignKeyDescriptor.Nature nature)
ValuedModelPart
ForeignKeyDescriptor. getTargetPart()
Methods in org.hibernate.metamodel.mapping with parameters of type ValuedModelPart Modifier and Type Method Description boolean
ForeignKeyDescriptor. isKeyPart(ValuedModelPart modelPart)
ForeignKeyDescriptor
ForeignKeyDescriptor. withTargetPart(ValuedModelPart targetPart)
Return a copy of this foreign key descriptor with the target part as given by the argument. -
Uses of ValuedModelPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of ValuedModelPart in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
EntityCollectionPart
An entity-valued collection-part.interface
SingleAttributeIdentifierMapping
Methods in org.hibernate.metamodel.mapping.internal with parameters of type ValuedModelPart Modifier and Type Method Description boolean
ManyToManyCollectionPart. canUseParentTableGroup(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart)
boolean
ToOneAttributeMapping. canUseParentTableGroup(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart)
boolean
EmbeddedForeignKeyDescriptor. isKeyPart(ValuedModelPart modelPart)
boolean
SimpleForeignKeyDescriptor. isKeyPart(ValuedModelPart modelPart)
ForeignKeyDescriptor
EmbeddedForeignKeyDescriptor. withTargetPart(ValuedModelPart targetPart)
ForeignKeyDescriptor
SimpleForeignKeyDescriptor. withTargetPart(ValuedModelPart targetPart)
-
Uses of ValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement ValuedModelPart Modifier and Type Class Description class
AnonymousTupleBasicEntityIdentifierMapping
class
AnonymousTupleBasicValuedModelPart
class
AnonymousTupleEmbeddableValuedModelPart
class
AnonymousTupleEmbeddedEntityIdentifierMapping
class
AnonymousTupleEntityValuedModelPart
class
AnonymousTupleNonAggregatedEntityIdentifierMapping
Methods in org.hibernate.query.derived with parameters of type ValuedModelPart Modifier and Type Method Description boolean
AnonymousTupleEntityValuedModelPart. canUseParentTableGroup(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart)
-
Uses of ValuedModelPart in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from with parameters of type ValuedModelPart Modifier and Type Method Description boolean
LazyTableGroup.ParentTableGroupUseChecker. canUseParentTableGroup(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart)
default TableReference
ColumnReferenceQualifier. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)
TableReference
CorrelatedPluralTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)
TableReference
CorrelatedTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)
TableReference
DelegatingTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)
TableReference
LazyTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)
TableReference
MappedByTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)
TableReference
StandardVirtualTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)
default TableReference
ColumnReferenceQualifier. resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression)
TableReference
DerivedTableReference. resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression)
TableReference
MappedByTableGroup. resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression)
-
Uses of ValuedModelPart in org.hibernate.sql.model.ast
Methods in org.hibernate.sql.model.ast with parameters of type ValuedModelPart Modifier and Type Method Description TableReference
MutatingTableReference. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)
TableReference
MutatingTableReference. resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression)
-
Uses of ValuedModelPart in org.hibernate.sql.results.graph.embeddable
Subinterfaces of ValuedModelPart in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interface
EmbeddableValuedFetchable
-