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.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. -
-
Uses of SqlTypedMapping in org.hibernate.metamodel.mapping
Subinterfaces of SqlTypedMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceBasicEntityIdentifierMappingMapping for a simple, single-column identifierinterfaceBasicValuedModelPartDescribes a ModelPart which is a basic value, either aBasicattribute a basic-valued collection partinterfaceCollectionIdentifierDescriptorDescriptor for the collection identifier.interfaceDiscriminatorMappingMapping of a discriminator, for either entity or association (ANY) discrimination.interfaceEmbeddableDiscriminatorMappingDetails about the discriminator for an embeddable hierarchy.interfaceEntityDiscriminatorMappingDetails about the discriminator for an entity hierarchy.interfaceEntityRowIdMappingMapping of a row-idinterfaceEntityVersionMappingDescribes the mapping of an entity's versioninterfaceSelectableMappingMapping of a selectable (column/formula)interfaceSoftDeleteMappingMetadata about the indicator column for entities and collections enabled for soft deletestatic interfaceTableDetails.KeyColumnDetails about a column within the key groupClasses in org.hibernate.metamodel.mapping that implement SqlTypedMapping Modifier and Type Class Description static classSelectableConsumer.MutableSelectableMapping -
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 classEntityTableMapping.KeyColumn -
Uses of SqlTypedMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SqlTypedMapping Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleBasicValuedModelPart -
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 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 Modifier and Type Class Description classCastTarget
-