Uses of Interface
org.hibernate.metamodel.mapping.JdbcMappingContainer
Packages that use JdbcMappingContainer
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.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.
This package abstracts persistence mechanisms for entities.
Built-in implementation of the SPI for integrating entity and collection persisters.
Validation for HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
Package defining support for
SqmFunctionDescriptor
handling.Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
AST nodes representing logical predicates in a SQL tree.
AST nodes representing
select
statements in a SQL tree.Implementation of the SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
Defines domain result graphs.
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 JdbcMappingContainer in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type JdbcMappingContainerModifier and TypeMethodDescriptionstatic boolean
SybaseASESqlAstTranslator.isLob
(JdbcMappingContainer expressionType) -
Uses of JdbcMappingContainer in org.hibernate.dialect.function.array
Methods in org.hibernate.dialect.function.array with parameters of type JdbcMappingContainerModifier and TypeMethodDescriptionstatic String
DdlTypeHelper.getCastTypeName
(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) static String
DdlTypeHelper.getCastTypeName
(JdbcMappingContainer type, TypeConfiguration typeConfiguration) static String
DdlTypeHelper.getTypeName
(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) static String
DdlTypeHelper.getTypeName
(JdbcMappingContainer type, TypeConfiguration typeConfiguration) -
Uses of JdbcMappingContainer in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json that return JdbcMappingContainerModifier and TypeMethodDescriptionPostgreSQLJsonTableFunction.ClauseLevelDocumentExpression.getExpressionType()
-
Uses of JdbcMappingContainer in org.hibernate.internal
Methods in org.hibernate.internal that return JdbcMappingContainer -
Uses of JdbcMappingContainer in org.hibernate.loader.ast.spi
Subinterfaces of JdbcMappingContainer in org.hibernate.loader.ast.spiModifier and TypeInterfaceDescriptioninterface
Common details for things that can be loaded by a loader - generally entities and plural attributes (collections). -
Uses of JdbcMappingContainer in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
Base implementation for composite identifier mappings -
Uses of JdbcMappingContainer in org.hibernate.metamodel.mapping
Subinterfaces of JdbcMappingContainer in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interface
Commonality for an association, mainly details relative to the foreign-keyinterface
Describes an attribute at the mapping model level.interface
Mapping for a simple, single-column identifierinterface
Any basic-typed ValueMapping.interface
Describes a ModelPart which is a basic value, either aBasic
attribute a basic-valued collection partinterface
Contract for things at the domain mapping level that can be bound into a JDBCPreparedStatement
.interface
Descriptor for the collection identifier.interface
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
Mapping for a composite identifierinterface
A discriminated association.interface
Mapping of a discriminator, for either entity or association (ANY) discrimination.interface
Union ofConvertedBasicType
andBasicDomainType
capabilities.interface
Details about the discriminator for an embeddable hierarchy.interface
Describes an embeddable - the actual typeinterface
Describes the mapping of an embeddable (composite).interface
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterface
Details about the discriminator for an entity hierarchy.interface
Describes the mapping of an entity's identifier.interface
Mapping of an entityinterface
Mapping of a row-idinterface
interface
Describes the mapping of an entity's versioninterface
Descriptor for foreign-keysinterface
Describes the mapping for things which can be expressed in a SQL query.interface
Mapping-model corollary toManagedType
interface
Something that can be expressible at the mapping model level.interface
Base descriptor, within the mapping model, for any part of the application's domain model: an attribute, an entity identifier, collection elements, and so on.interface
Access to a group of ModelPart by name or for iteration.interface
Mapping for an entity's natural-id, if one is defined.interface
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.static interface
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsinterface
Marker interface for valued model parts that have a declaring/owner type.interface
Mapping of a plural (collection-valued) attributeinterface
Mapping for a singular (non-collection) attribute.interface
Model part which can be soft-deletedinterface
Metadata about the indicator column for entities and collections enabled for soft deleteinterface
Unifying contract for things that are capable of being an expression in the SQL AST.interface
Describes a ModelPart that is also a ValueMapping (and therefore also a SelectableMappings).interface
Describes a mapping related to any part of the app's domain model, for example, an attribute, an entity identifier, collection elements, etc.interface
Marker interface for parts of the application domain model that do not actually exist in the model classes.Methods in org.hibernate.metamodel.mapping with parameters of type JdbcMappingContainerModifier and TypeMethodDescriptiondefault void
SelectableConsumer.accept
(String tableName, JdbcMappingContainer base, String[] columnNames) Simple form of visitation over a number of columns by name, using a separateSelectableMappings
as a base for additional details.Constructors in org.hibernate.metamodel.mapping with parameters of type JdbcMappingContainerModifierConstructorDescriptionMutableSelectableMapping
(String tableName, JdbcMappingContainer base, String[] columnNames) -
Uses of JdbcMappingContainer in org.hibernate.metamodel.mapping.internal
Subinterfaces of JdbcMappingContainer in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
An entity-valued collection-part.interface
Defines the ability to perform post-creation processing for entity mappings.interface
Classes in org.hibernate.metamodel.mapping.internal that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
class
class
Base support for EmbeddableMappingType implementationsclass
Base support for EntityCollectionPart implementationsclass
class
class
class
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
Acts as a ModelPart for the key portion of an any-valued mappingclass
class
Mapping of a simple identifierclass
Models a basic collection element/value or index/keyclass
class
class
Multi-attribute NaturalIdMapping implementationclass
Singular, any-valued attributeclass
class
Specialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMapping
of this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcTypeclass
Describes a "normal" embeddable.class
class
class
class
Support forEmbeddedId
class
class
class
class
EmbeddableMappingType implementation describing anIdClass
class
The inverse part of a "non-aggregated" composite identifier.class
Entity-valued collection-part mapped through a join table.class
A "non-aggregated" composite identifier.class
order( id, ...class
class
class
Single-attribute NaturalIdMapping implementationclass
SoftDeleteMapping implementationclass
class
class
Embeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return JdbcMappingContainerModifier and TypeMethodDescriptionCaseStatementDiscriminatorMappingImpl.CaseStatementDiscriminatorExpression.getExpressionType()
-
Uses of JdbcMappingContainer in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of JdbcMappingContainer in org.hibernate.persister.entity
Subinterfaces of JdbcMappingContainer in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
Deprecated, for removal: This API element is subject to removal in a future version.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of JdbcMappingContainer in org.hibernate.persister.internal
Methods in org.hibernate.persister.internal that return JdbcMappingContainer -
Uses of JdbcMappingContainer in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
static class
-
Uses of JdbcMappingContainer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
The table group producer for an anonymous tuple type.class
The table group producer for a CTE tuple type. -
Uses of JdbcMappingContainer in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of a function call in the SQL AST for impls that know how to render themselves.class
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of a window function call in the SQL AST for impls that know how to render themselves.Methods in org.hibernate.query.sqm.function that return JdbcMappingContainerConstructors in org.hibernate.query.sqm.function with parameters of type JdbcMappingContainerModifierConstructorDescriptionSelfRenderingAggregateFunctionSqlAstExpression
(String functionName, FunctionRenderer renderer, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, ReturnableType<?> type, JdbcMappingContainer expressible) SelfRenderingFunctionSqlAstExpression
(String functionName, FunctionRenderer renderer, List<? extends SqlAstNode> sqlAstArguments, @Nullable ReturnableType<?> type, @Nullable JdbcMappingContainer expressible) SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
(String functionName, FunctionRenderer renderer, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, ReturnableType<?> type, JdbcMappingContainer expressible) SelfRenderingWindowFunctionSqlAstExpression
(String functionName, FunctionRenderer renderer, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<?> type, JdbcMappingContainer expressible) -
Uses of JdbcMappingContainer in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal that return JdbcMappingContainer -
Uses of JdbcMappingContainer in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function with parameters of type JdbcMappingContainerModifier and TypeMethodDescriptionstatic boolean
ArgumentTypesValidator.isUnknownExpressionType
(JdbcMappingContainer expressionType) We can't validate some expressions involving parameters / unknown functions. -
Uses of JdbcMappingContainer in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return JdbcMappingContainer -
Uses of JdbcMappingContainer in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return JdbcMappingContainerModifier and TypeMethodDescriptionSqlSelection.getExpressionType()
Get the type of the expressionMethods in org.hibernate.sql.ast.spi with parameters of type JdbcMappingContainerModifier and TypeMethodDescriptionprotected boolean
AbstractSqlAstTranslator.isStruct
(JdbcMappingContainer expressionType) -
Uses of JdbcMappingContainer in org.hibernate.sql.ast.tree.expression
Classes in org.hibernate.sql.ast.tree.expression that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
class
class
class
class
Represents the format pattern for a date/time format expressionclass
JdbcLiteral<T>
Represents a literal in the SQL AST.class
class
Methods in org.hibernate.sql.ast.tree.expression that return JdbcMappingContainerModifier and TypeMethodDescriptionAggregateColumnWriteExpression.getExpressionType()
AliasedExpression.getExpressionType()
CastTarget.getExpressionType()
Distinct.getExpressionType()
@Nullable JdbcMappingContainer
Expression.getExpressionType()
The type for this expressionLiteralAsParameter.getExpressionType()
ModifiedSubQueryExpression.getExpressionType()
Over.getExpressionType()
Overflow.getExpressionType()
QueryLiteral.getExpressionType()
SelfRenderingSqlFragmentExpression.getExpressionType()
SqlSelectionExpression.getExpressionType()
UnparsedNumericLiteral.getExpressionType()
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type JdbcMappingContainerModifierConstructorDescriptionSelfRenderingSqlFragmentExpression
(String expression, @Nullable JdbcMappingContainer expressionType) -
Uses of JdbcMappingContainer in org.hibernate.sql.ast.tree.from
Subinterfaces of JdbcMappingContainer in org.hibernate.sql.ast.tree.fromModifier and TypeInterfaceDescriptioninterface
Contract for things that can produce theTableGroup
that is a root of afrom-clause
interface
interface
Marker interface for anything which produces a TableGroup -
Uses of JdbcMappingContainer in org.hibernate.sql.ast.tree.predicate
Methods in org.hibernate.sql.ast.tree.predicate that return JdbcMappingContainerModifier and TypeMethodDescriptionAbstractPredicate.getExpressionType()
ComparisonPredicate.getExpressionType()
ExistsPredicate.getExpressionType()
FilterPredicate.FilterFragmentPredicate.getExpressionType()
FilterPredicate.getExpressionType()
GroupedPredicate.getExpressionType()
Junction.getExpressionType()
NegatedPredicate.getExpressionType()
SelfRenderingPredicate.getExpressionType()
Constructors in org.hibernate.sql.ast.tree.predicate with parameters of type JdbcMappingContainerModifierConstructorDescriptionAbstractPredicate
(JdbcMappingContainer expressionType) AbstractPredicate
(JdbcMappingContainer expressionType, boolean negated) BetweenPredicate
(Expression expression, Expression lowerBound, Expression upperBound, boolean negated, JdbcMappingContainer expressionType) BooleanExpressionPredicate
(Expression expression, boolean negated, JdbcMappingContainer expressionType) ComparisonPredicate
(Expression leftHandExpression, ComparisonOperator operator, Expression rightHandExpression, JdbcMappingContainer expressionType) ExistsPredicate
(QueryPart expression, boolean negated, JdbcMappingContainer expressionType) ExistsPredicate
(SelectStatement expression, boolean negated, JdbcMappingContainer expressionType) InArrayPredicate
(Expression testExpression, JdbcParameter arrayParameter, JdbcMappingContainer expressionType) InListPredicate
(Expression testExpression, boolean negated, JdbcMappingContainer expressionType) InListPredicate
(Expression testExpression, List<Expression> listExpressions, boolean negated, JdbcMappingContainer expressionType) InSubQueryPredicate
(Expression testExpression, SelectStatement subQuery, boolean negated, JdbcMappingContainer expressionType) Junction
(Junction.Nature nature, List<Predicate> predicates, JdbcMappingContainer expressionType) Junction
(Junction.Nature nature, JdbcMappingContainer expressionType) LikePredicate
(Expression matchExpression, Expression pattern, Expression escapeCharacter, boolean negated, boolean isCaseSensitive, JdbcMappingContainer expressionType) NullnessPredicate
(Expression expression, boolean negated, JdbcMappingContainer expressionType) ThruthnessPredicate
(Expression expression, boolean value, boolean negated, JdbcMappingContainer expressionType) -
Uses of JdbcMappingContainer in org.hibernate.sql.ast.tree.select
Methods in org.hibernate.sql.ast.tree.select that return JdbcMappingContainer -
Uses of JdbcMappingContainer in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
class
class
class
Parameter bind specification used for optimistic lock version seeding (from insert statements). -
Uses of JdbcMappingContainer in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
Parameter descriptor specific to mutations. -
Uses of JdbcMappingContainer in org.hibernate.sql.results.graph
Subinterfaces of JdbcMappingContainer in org.hibernate.sql.results.graphModifier and TypeInterfaceDescriptioninterface
Contract for model-parts which contribute to their container's state array for database snapshotsinterface
Parts of the domain model that can be fetched.interface
Container ofFetchable
references -
Uses of JdbcMappingContainer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of JdbcMappingContainer in org.hibernate.sql.results.graph.embeddable -
Uses of JdbcMappingContainer in org.hibernate.sql.results.graph.entity
Subinterfaces of JdbcMappingContainer in org.hibernate.sql.results.graph.entityModifier and TypeInterfaceDescriptioninterface
Fetchable which is entity-valued -
Uses of JdbcMappingContainer in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return JdbcMappingContainerModifier and TypeMethodDescriptionResolvedSqlSelection.getExpressionType()
SqlSelectionImpl.getExpressionType()
-
Uses of JdbcMappingContainer in org.hibernate.type
Subinterfaces of JdbcMappingContainer in org.hibernate.typeModifier and TypeInterfaceDescriptioninterface
Extension contract forBasicType
implementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interface
BasicPluralType<C,
E> A basic plural type.interface
BasicType<T>
Marker interface for basic types.interface
Extension for implementations ofBasicType
which have an implied conversion.Classes in org.hibernate.type that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
TODO : javadocclass
Convenience base class forBasicType
implementations.class
BasicArrayType<T,
E> A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,
E> A type that maps betweenARRAY
andCollection<T>
class
A type that is assignable to every non-primitive type, that is, the type ofnull
.class
ConvertedBasicArrayType<T,
S, E> Given aBasicValueConverter
for an array type,class
ConvertedBasicCollectionType<C extends Collection<E>,
E> A converted basic array type.class
CustomType<J>
class
class
class
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
A BasicType adapter targeting partial portability to 6.0's type system changes. -
Uses of JdbcMappingContainer in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement JdbcMappingContainerModifier and TypeClassDescriptionclass
class
class
class
Wrapper ofCustomMutabilityConvertedBasicTypeImpl
for primitive type.class
class
-
Uses of JdbcMappingContainer in org.hibernate.type.spi
Methods in org.hibernate.type.spi with parameters of type JdbcMappingContainerModifier and TypeMethodDescriptionstatic IntervalType
TypeConfiguration.getSqlIntervalType
(JdbcMappingContainer jdbcMappings) static TemporalType
TypeConfiguration.getSqlTemporalType
(JdbcMappingContainer jdbcMappings)
DiscriminatorMetadata
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter