Uses of Interface
org.hibernate.metamodel.mapping.SqlTypedMapping
-
Packages that use SqlTypedMapping Package Description 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.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.query.derived org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.exec.internal 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.mapping Modifier and Type Interface Description 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
DiscriminatorMapping
Mapping of a discriminator, for either entity or association (ANY) discrimination.interface
EmbeddableDiscriminatorMapping
Details about the discriminator for an embeddable hierarchy.interface
EntityDiscriminatorMapping
Details about the discriminator for an entity hierarchy.interface
EntityRowIdMapping
Mapping of a row-idinterface
EntityVersionMapping
Describes the mapping of an entity's versioninterface
SelectableMapping
Mapping of a selectable (column/formula)interface
SoftDeleteMapping
Metadata about the indicator column for entities and collections enabled for soft deletestatic interface
TableDetails.KeyColumn
Details about a column within the key groupClasses in org.hibernate.metamodel.mapping that implement SqlTypedMapping Modifier and Type Class Description static class
SelectableConsumer.MutableSelectableMapping
-
Uses of SqlTypedMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SqlTypedMapping Modifier and Type Class Description class
AbstractDiscriminatorMapping
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
Mapping of a simple identifierclass
BasicValuedCollectionPart
Models a basic collection element/value or index/keyclass
CaseStatementDiscriminatorMappingImpl
class
CollectionIdentifierDescriptorImpl
class
EntityRowIdMappingImpl
class
EntityVersionMappingImpl
class
ExplicitColumnDiscriminatorMappingImpl
class
SelectableMappingImpl
class
SimpleForeignKeyDescriptor
class
SoftDeleteMappingImpl
SoftDeleteMapping implementationclass
SqlTypedMappingImpl
-
Uses of SqlTypedMapping in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation that implement SqlTypedMapping Modifier and Type Class Description static class
EntityTableMapping.KeyColumn
-
Uses of SqlTypedMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SqlTypedMapping Modifier and Type Class Description class
AnonymousTupleBasicEntityIdentifierMapping
class
AnonymousTupleBasicValuedModelPart
-
Uses of SqlTypedMapping in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type SqlTypedMapping Modifier and Type Method Description static String
AbstractSqlAstTranslator. getCastTypeName(SqlTypedMapping castTarget, SessionFactoryImplementor factory)
Deprecated, for removal: This API element is subject to removal in a future version.static String
AbstractSqlAstTranslator. getCastTypeName(SqlTypedMapping castTarget, TypeConfiguration typeConfiguration)
static String
AbstractSqlAstTranslator. getSqlTypeName(SqlTypedMapping castTarget, SessionFactoryImplementor factory)
Deprecated, for removal: This API element is subject to removal in a future version.static String
AbstractSqlAstTranslator. 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 Modifier and Type Class Description class
CastTarget
-
Uses of SqlTypedMapping in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return SqlTypedMapping Modifier and Type Method Description SqlTypedMapping
SqlTypedMappingJdbcParameter. getSqlTypedMapping()
Constructors in org.hibernate.sql.exec.internal with parameters of type SqlTypedMapping Constructor Description SqlTypedMappingJdbcParameter(SqlTypedMapping sqlTypedMapping)
-