Uses of Interface
org.hibernate.metamodel.mapping.SqlTypedMapping
Packages that use SqlTypedMapping
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines support for performing mutation operations originating
from persistence-context events.
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
Implementation of the SPI for execution of SQL statements via JDBC.
-
Uses of SqlTypedMapping in org.hibernate.metamodel.mapping
Subinterfaces of SqlTypedMapping in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceMapping for a simple, single-column identifierinterfaceDescribes a ModelPart which is a basic value, either aBasicattribute a basic-valued collection partinterfaceDescriptor for the collection identifier.interfaceMapping of a discriminator, for either entity or association (ANY) discrimination.interfaceDetails about the discriminator for an embeddable hierarchy.interfaceDetails about the discriminator for an entity hierarchy.interfaceMapping of a row-idinterfaceDescribes the mapping of an entity's versioninterfaceMapping of a selectable (column/formula)interfaceMetadata about the indicator column for entities and collections enabled for soft deletestatic interfaceDetails about a column within the key groupClasses in org.hibernate.metamodel.mapping that implement SqlTypedMapping -
Uses of SqlTypedMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SqlTypedMappingModifier and TypeClassDescriptionclassclassActs as a ModelPart for the discriminator portion of an any-valued mappingclassActs as a ModelPart for the key portion of an any-valued mappingclassclassMapping of a simple identifierclassModels a basic collection element/value or index/keyclassclassclassclassclassclassclassclassSoftDeleteMapping implementationclass -
Uses of SqlTypedMapping in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation that implement SqlTypedMapping -
Uses of SqlTypedMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SqlTypedMappingModifier and TypeClassDescriptionclassclass -
Uses of SqlTypedMapping in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type SqlTypedMappingModifier and TypeMethodDescriptionstatic StringAbstractSqlAstTranslator.getCastTypeName(SqlTypedMapping castTarget, SessionFactoryImplementor factory) Deprecated, for removal: This API element is subject to removal in a future version.static StringAbstractSqlAstTranslator.getCastTypeName(SqlTypedMapping castTarget, TypeConfiguration typeConfiguration) static StringAbstractSqlAstTranslator.getSqlTypeName(SqlTypedMapping castTarget, SessionFactoryImplementor factory) Deprecated, for removal: This API element is subject to removal in a future version.static StringAbstractSqlAstTranslator.getSqlTypeName(SqlTypedMapping castTarget, TypeConfiguration typeConfiguration) -
Uses of SqlTypedMapping in org.hibernate.sql.ast.tree.expression
Classes in org.hibernate.sql.ast.tree.expression that implement SqlTypedMapping -
Uses of SqlTypedMapping in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return SqlTypedMappingConstructors in org.hibernate.sql.exec.internal with parameters of type SqlTypedMapping
AbstractSqlAstTranslator.getCastTypeName(SqlTypedMapping, TypeConfiguration)instead