Uses of Interface
org.hibernate.metamodel.mapping.MappingModelExpressible
-
-
Uses of MappingModelExpressible in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function that return MappingModelExpressible Modifier and Type Method Description protected MappingModelExpressible<?>
InverseDistributionFunction.SelfRenderingInverseDistributionFunction. getMappingModelExpressible(SqmToSqlAstConverter walker, ReturnableType<?> resultType)
-
Uses of MappingModelExpressible in org.hibernate.id
Subinterfaces of MappingModelExpressible in org.hibernate.id Modifier and Type Interface Description interface
PostInsertIdentityPersister
A persister that may have an identity assigned by execution of a SQLINSERT
. -
Uses of MappingModelExpressible in org.hibernate.loader.ast.spi
Subinterfaces of MappingModelExpressible in org.hibernate.loader.ast.spi Modifier and Type Interface Description interface
Loadable
Contract for things that can be loaded by a Loader. -
Uses of MappingModelExpressible in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible<?>
MappingMetamodel. lenientlyResolveMappingExpressible(SqmExpressible<?> sqmExpressible, Function<NavigablePath,TableGroup> tableGroupLocator)
MappingModelExpressible<?>
MappingMetamodel. resolveMappingExpressible(SqmExpressible<?> sqmExpressible, Function<NavigablePath,TableGroup> tableGroupLocator)
todo (6.0) : POC!!! Intended for use in SQM -> SQL translation -
Uses of MappingModelExpressible in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement MappingModelExpressible Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base implementation for composite identifier mappings -
Uses of MappingModelExpressible in org.hibernate.metamodel.mapping
Subinterfaces of MappingModelExpressible in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
Association
Commonality for an association, mainly details relative to the foreign-keyinterface
AttributeMapping
Describes an attribute at the mapping model level.interface
BasicEntityIdentifierMapping
Mapping for a simple identifierinterface
BasicValuedMapping
Any basic-typed ValueMapping.interface
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 Map's 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
DiscriminatedAssociationModelPart
A discriminated association.interface
EmbeddableMappingType
Describes an embeddable - the actual typeinterface
EmbeddableValuedModelPart
Describes the mapping of an embeddable (composite).interface
EntityAssociationMapping
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterface
EntityDiscriminatorMapping
interface
EntityIdentifierMapping
Describes the mapping of an entity's identifier.interface
EntityMappingType
Mapping of an entityinterface
EntityRowIdMapping
Mapping of a row-idinterface
EntityValuedModelPart
Entity-valued model partManyToOne
OneToOne
entity-valued collection element entity-valued Map keyinterface
EntityVersionMapping
Describes the mapping of an entity's versioninterface
ForeignKeyDescriptor
Descriptor for foreign-keysinterface
ManagedMappingType
Commonality in regards to the mapping type system for all managed domain types - entity types, mapped-superclass types, composite types, etcinterface
MappingTypedModelPart
interface
ModelPart
Describes a mapping related to any part of the app's domain model - e.g.interface
ModelPartContainer
Access to a group of ModelPart by name or for iterationinterface
NaturalIdMapping
Mapping for an entity's natural-id, if one is definedinterface
NonAggregatedIdentifierMapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedId
does.static interface
NonAggregatedIdentifierMapping.IdentifierValueMapper
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsinterface
PluralAttributeMapping
Mapping of a plural (collection-valued) attributeinterface
Queryable
Defines a mapping model contract for things that can be queried in the HQL, Criteria, etc sense.interface
SingularAttributeMapping
Mapping for a singular (non-collection) attribute.interface
ValueMapping
Describes a mapping related to any part of the app's domain model - e.g.interface
VirtualModelPart
Marker interface for parts of the application domain model that do not actually exist in the model classes -
Uses of MappingModelExpressible in org.hibernate.metamodel.mapping.internal
Subinterfaces of MappingModelExpressible in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
InFlightEntityMappingType
interface
SingleAttributeIdentifierMapping
Classes in org.hibernate.metamodel.mapping.internal that implement MappingModelExpressible Modifier and Type Class Description class
AbstractAttributeMapping
class
AbstractDiscriminatorMapping
class
AbstractEmbeddableMapping
Base support for EmbeddableMappingType implementationsclass
AbstractNaturalIdMapping
class
AbstractSingularAttributeMapping
class
AbstractStateArrayContributorMapping
class
AnyDiscriminatorPart
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
AnyKeyPart
Acts as a ModelPart for the key portion of an any-valued mappingclass
BasicAttributeMapping
class
BasicEntityIdentifierMappingImpl
class
BasicValuedCollectionPart
Models a basic collection element/value or index/keyclass
CaseStatementDiscriminatorMappingImpl
class
CollectionIdentifierDescriptorImpl
class
CompoundNaturalIdMapping
Multi-attribute NaturalIdMapping implementationclass
DiscriminatedAssociationAttributeMapping
Singular, any-valued attributeclass
DiscriminatedCollectionPart
class
EmbeddableMappingTypeImpl
Describes a "normal" embeddable.class
EmbeddedAttributeMapping
class
EmbeddedCollectionPart
class
EmbeddedForeignKeyDescriptor
class
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
class
EntityCollectionPart
class
EntityRowIdMappingImpl
class
EntityVersionMappingImpl
class
ExplicitColumnDiscriminatorMappingImpl
class
IdClassEmbeddable
EmbeddableMappingType implementation describing anIdClass
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.class
PluralAttributeMappingImpl
class
SimpleForeignKeyDescriptor
class
SimpleNaturalIdMapping
Single-attribute NaturalIdMapping implementationclass
ToOneAttributeMapping
class
VirtualEmbeddedAttributeMapping
class
VirtualIdEmbeddable
Embeddable describing the virtual-id aspect of a non-aggregated composite id -
Uses of MappingModelExpressible in org.hibernate.metamodel.model.convert.spi
Subinterfaces of MappingModelExpressible in org.hibernate.metamodel.model.convert.spi Modifier and Type Interface Description interface
ConvertibleValueMapping<O>
Describes a part of the domain model to which a value converter can be applied -
Uses of MappingModelExpressible in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement MappingModelExpressible Modifier and Type Class Description class
ArrayTupleType
class
TupleMappingModelExpressible
Methods in org.hibernate.metamodel.model.domain.internal that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible<?>
MappingMetamodelImpl. lenientlyResolveMappingExpressible(SqmExpressible<?> sqmExpressible, Function<NavigablePath,TableGroup> tableGroupLocator)
MappingModelExpressible<?>
MappingMetamodelImpl. resolveMappingExpressible(SqmExpressible<?> sqmExpressible, Function<NavigablePath,TableGroup> tableGroupLocator)
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type MappingModelExpressible Constructor Description TupleMappingModelExpressible(MappingModelExpressible<?>[] components)
-
Uses of MappingModelExpressible in org.hibernate.persister.entity
Subinterfaces of MappingModelExpressible in org.hibernate.persister.entity Modifier and Type Interface Description interface
EntityPersister
A strategy for persisting a mapped entity class.interface
Loadable
Implemented by anyEntityPersister
that may be loaded using aLoader
.interface
Lockable
Contract for things that can be locked via aLockingStrategy
.interface
OuterJoinLoadable
AEntityPersister
that may be loaded by outer join using and may be an element of a one-to-many association.interface
Queryable
Deprecated.SeeQueryable
interface
SQLLoadable
AnEntityPersister
that supports queries expressed in the platform native SQL dialect.interface
UniqueKeyLoadable
AnEntityPersister
that can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement MappingModelExpressible Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC through either generated or custom SQLclass
DiscriminatorType<T>
TODO : javadocclass
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of MappingModelExpressible in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement MappingModelExpressible Modifier and Type Class Description class
AnonymousTupleBasicEntityIdentifierMapping
class
AnonymousTupleBasicValuedModelPart
class
AnonymousTupleEmbeddableValuedModelPart
class
AnonymousTupleEmbeddedEntityIdentifierMapping
class
AnonymousTupleEntityValuedModelPart
class
AnonymousTupleNonAggregatedEntityIdentifierMapping
class
AnonymousTupleTableGroupProducer
The table group producer for an anonymous tuple type. -
Uses of MappingModelExpressible in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible<T>
QueryParameterBindingImpl. getType()
Methods in org.hibernate.query.internal with parameters of type MappingModelExpressible Modifier and Type Method Description boolean
QueryParameterBindingImpl. setType(MappingModelExpressible<T> type)
-
Uses of MappingModelExpressible in org.hibernate.query.results
Methods in org.hibernate.query.results that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible
ResultSetMappingSqlSelection. getExpressionType()
-
Uses of MappingModelExpressible in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible<T>
QueryParameterBinding. getType()
Returns the inferred mapping model expressible i.e.Methods in org.hibernate.query.spi with parameters of type MappingModelExpressible Modifier and Type Method Description boolean
QueryParameterBinding. setType(MappingModelExpressible<T> type)
Sets the mapping model expressible for this parameter. -
Uses of MappingModelExpressible in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return MappingModelExpressible Modifier and Type Method Description protected MappingModelExpressible<?>
SelfRenderingSqmFunction. getMappingModelExpressible(SqmToSqlAstConverter walker, ReturnableType<?> resultType)
-
Uses of MappingModelExpressible in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return MappingModelExpressible Modifier and Type Method Description static MappingModelExpressible<?>
SqmMappingModelHelper. resolveMappingModelExpressible(SqmTypedNode<?> sqmNode, MappingMetamodel domainModel, Function<NavigablePath,TableGroup> tableGroupLocator)
-
Uses of MappingModelExpressible in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal with parameters of type MappingModelExpressible Modifier and Type Method Description void
MultiTableSqmMutationConverter.SqmParameterResolutionConsumer. accept(SqmParameter<?> sqmParam, MappingModelExpressible<?> mappingType, List<JdbcParameter> jdbcParameters)
protected Expression
MultiTableSqmMutationConverter. consumeSqmParameter(SqmParameter<?> sqmParameter, MappingModelExpressible<?> valueMapping, BiConsumer<Integer,JdbcParameter> jdbcParameterConsumer)
-
Uses of MappingModelExpressible in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible<?>
FunctionArgumentTypeResolver. resolveFunctionArgumentType(SqmFunction<?> function, int argumentIndex, SqmToSqlAstConverter converter)
Resolve the argument type for a function given its context-implied return type. -
Uses of MappingModelExpressible in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return MappingModelExpressible Modifier and Type Method Description <T> MappingModelExpressible<T>
SqmParameterMappingModelResolutionAccess. getResolvedMappingModelType(SqmParameter<T> parameter)
-
Uses of MappingModelExpressible in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible<?>
BaseSqmToSqlAstConverter. determineValueMapping(SqmExpression<?> sqmExpression)
protected MappingModelExpressible<?>
BaseSqmToSqlAstConverter. determineValueMapping(SqmParameter<?> sqmParameter)
MappingModelExpressible<?>
FakeSqmToSqlAstConverter. determineValueMapping(SqmExpression<?> sqmExpression)
MappingModelExpressible<?>
SqmToSqlAstConverter. determineValueMapping(SqmExpression<?> sqmExpression)
protected MappingModelExpressible<?>
BaseSqmToSqlAstConverter. getInferredValueMapping()
MappingModelExpressible<?>
BaseSqmToSqlAstConverter. resolveFunctionImpliedReturnType()
MappingModelExpressible<?>
FakeSqmToSqlAstConverter. resolveFunctionImpliedReturnType()
MappingModelExpressible<?>
SqmToSqlAstConverter. resolveFunctionImpliedReturnType()
Returns the function return type implied from the context within which it is used.Methods in org.hibernate.query.sqm.sql that return types with arguments of type MappingModelExpressible Modifier and Type Method Description Map<SqmParameter<?>,MappingModelExpressible<?>>
BaseSqmToSqlAstConverter. getSqmParameterMappingModelExpressibleResolutions()
Map<SqmParameter<?>,MappingModelExpressible<?>>
SqmTranslation. getSqmParameterMappingModelTypeResolutions()
Map<SqmParameter<?>,MappingModelExpressible<?>>
StandardSqmTranslation. getSqmParameterMappingModelTypeResolutions()
Methods in org.hibernate.query.sqm.sql with parameters of type MappingModelExpressible Modifier and Type Method Description protected Expression
BaseSqmToSqlAstConverter. consumeSqmParameter(SqmParameter<?> sqmParameter, MappingModelExpressible<?> valueMapping, BiConsumer<Integer,JdbcParameter> jdbcParameterConsumer)
Method parameters in org.hibernate.query.sqm.sql with type arguments of type MappingModelExpressible Modifier and Type Method Description Object
BaseSqmToSqlAstConverter. visitWithInferredType(SqmVisitableNode node, Supplier<MappingModelExpressible<?>> inferredTypeAccess)
Object
FakeSqmToSqlAstConverter. visitWithInferredType(SqmVisitableNode node, Supplier<MappingModelExpressible<?>> inferredTypeAccess)
Object
SqmToSqlAstConverter. visitWithInferredType(SqmVisitableNode node, Supplier<MappingModelExpressible<?>> inferredTypeAccess)
Visits the given node with the given inferred type access. -
Uses of MappingModelExpressible in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible<?>
SqmParameterInterpretation. getExpressionType()
Methods in org.hibernate.query.sqm.sql.internal with parameters of type MappingModelExpressible Modifier and Type Method Description static <T> EntityValuedPathInterpretation<T>
EntityValuedPathInterpretation. from(SqmEntityValuedSimplePath<T> sqmPath, MappingModelExpressible<?> inferredMapping, SqmToSqlAstConverter sqlAstCreationState)
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type MappingModelExpressible Constructor Description SqmParameterInterpretation(SqmParameter<?> sqmParameter, QueryParameterImplementor<?> queryParameter, List<JdbcParameter> jdbcParameters, MappingModelExpressible<?> valueMapping, Function<QueryParameterImplementor<?>,QueryParameterBinding<?>> queryParameterBindingResolver)
SqmTupleInterpretation(SqmTuple<T> sqmTuple, List<? extends Expression> expressions, MappingModelExpressible valueMapping)
-
Uses of MappingModelExpressible in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible
Conversion. getExpressionType()
-
Uses of MappingModelExpressible in org.hibernate.sql.ast.tree.expression
Classes in org.hibernate.sql.ast.tree.expression that implement MappingModelExpressible Modifier and Type Class Description class
EntityTypeLiteral
class
JdbcLiteral<T>
Represents a literal in the SQL AST.Methods in org.hibernate.sql.ast.tree.expression that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible
Any. getExpressionType()
MappingModelExpressible
CaseSearchedExpression. getExpressionType()
MappingModelExpressible
CaseSimpleExpression. getExpressionType()
MappingModelExpressible
ColumnReference. getExpressionType()
MappingModelExpressible
EntityTypeLiteral. getExpressionType()
MappingModelExpressible
Every. getExpressionType()
MappingModelExpressible
JdbcLiteral. getExpressionType()
MappingModelExpressible
SqlTuple. getExpressionType()
MappingModelExpressible
Star. getExpressionType()
MappingModelExpressible
Summarization. getExpressionType()
MappingModelExpressible
UnaryOperation. getExpressionType()
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type MappingModelExpressible Constructor Description Any(QueryPart subquery, MappingModelExpressible<?> type)
Builder(MappingModelExpressible valueMapping)
Builder(MappingModelExpressible valueMapping, int jdbcTypeCount)
CaseSearchedExpression(MappingModelExpressible type)
CaseSearchedExpression(MappingModelExpressible type, List<CaseSearchedExpression.WhenFragment> whenFragments, Expression otherwise)
CaseSimpleExpression(MappingModelExpressible type, Expression fixture)
CaseSimpleExpression(MappingModelExpressible type, Expression fixture, List<CaseSimpleExpression.WhenFragment> whenFragments, Expression otherwise)
Every(QueryPart subquery, MappingModelExpressible<?> type)
SqlTuple(List<? extends Expression> expressions, MappingModelExpressible valueMapping)
-
Uses of MappingModelExpressible in org.hibernate.sql.ast.tree.from
Subinterfaces of MappingModelExpressible in org.hibernate.sql.ast.tree.from Modifier and Type Interface Description interface
RootTableGroupProducer
Contract for things that can produce theTableGroup
that is the root of a from-clauseinterface
TableGroupJoinProducer
interface
TableGroupProducer
Marker interface for anything which produces a TableGroup -
Uses of MappingModelExpressible in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement MappingModelExpressible Modifier and Type Class Description class
AbstractJdbcParameter
class
JdbcParameterImpl
class
SqlTypedMappingJdbcParameter
class
VersionTypeSeedParameterSpecification
Parameter bind specification used for optimistic lock version seeding (from insert statements).Methods in org.hibernate.sql.exec.internal that return MappingModelExpressible Modifier and Type Method Description MappingModelExpressible
AbstractJdbcParameter. getExpressionType()
-
Uses of MappingModelExpressible in org.hibernate.sql.results.graph
Subinterfaces of MappingModelExpressible in org.hibernate.sql.results.graph Modifier and Type Interface Description interface
DatabaseSnapshotContributor
Contract for model-parts which contribute to their container's state array for database snapshotsinterface
Fetchable
Parts of the domain model that can be fetchedinterface
FetchableContainer
Container ofFetchable
references -
Uses of MappingModelExpressible in org.hibernate.sql.results.graph.embeddable
Subinterfaces of MappingModelExpressible in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interface
EmbeddableValuedFetchable
-
Uses of MappingModelExpressible in org.hibernate.sql.results.graph.entity
Subinterfaces of MappingModelExpressible in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interface
EntityValuedFetchable
Fetchable which is entity-valued -
Uses of MappingModelExpressible in org.hibernate.sql.results.internal.domain
Classes in org.hibernate.sql.results.internal.domain that implement MappingModelExpressible Modifier and Type Class Description class
CircularBiDirectionalFetchImpl
class
CircularFetchImpl
-
Uses of MappingModelExpressible in org.hibernate.type
Subinterfaces of MappingModelExpressible in org.hibernate.type Modifier and Type Interface Description interface
AdjustableBasicType<J>
Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.interface
BasicPluralType<C,E>
A basic plural type.interface
BasicType<T>
Marker interface for basic types.interface
ConvertedBasicType<J>
Extension for BasicType impls which have an implied conversionClasses in org.hibernate.type that implement MappingModelExpressible Modifier and Type Class Description class
AbstractSingleColumnStandardBasicType<T>
TODO : javadocclass
AbstractStandardBasicType<T>
Convenience base class forBasicType
implementationsclass
BasicArrayType<T>
A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,E>
A type that maps betweenARRAY
andCollection<T>
class
CustomType<J>
class
DbTimestampType
Deprecated.UseValueGeneration
insteadclass
JavaObjectType
class
NullType
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
StandardBasicTypeTemplate<J>
A BasicType adapter targeting partial portability to 6.0's type system changes. -
Uses of MappingModelExpressible in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement MappingModelExpressible Modifier and Type Class Description class
BasicTypeImpl<J>
class
ConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedBasicTypeImpl<J>
class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-
Uses of MappingModelExpressible in org.hibernate.type.spi
Methods in org.hibernate.type.spi with parameters of type MappingModelExpressible Modifier and Type Method Description static jakarta.persistence.TemporalType
TypeConfiguration. getSqlTemporalType(MappingModelExpressible<?> type)
-