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.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 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.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)Classes in org.hibernate.metamodel.mapping that implement SqlTypedMapping Modifier and Type Class Description static classSelectableConsumer.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 classAbstractDiscriminatorMappingclassAnyDiscriminatorPartActs as a ModelPart for the discriminator portion of an any-valued mappingclassAnyKeyPartActs as a ModelPart for the key portion of an any-valued mappingclassBasicAttributeMappingclassBasicEntityIdentifierMappingImplMapping of a simple identifierclassBasicValuedCollectionPartModels a basic collection element/value or index/keyclassCaseStatementDiscriminatorMappingImplclassCollectionIdentifierDescriptorImplclassEntityRowIdMappingImplclassEntityVersionMappingImplclassExplicitColumnDiscriminatorMappingImplclassSelectableMappingImplclassSimpleForeignKeyDescriptorclassSqlTypedMappingImpl -
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.exec.internal
Methods in org.hibernate.sql.exec.internal that return SqlTypedMapping Modifier and Type Method Description SqlTypedMappingSqlTypedMappingJdbcParameter. getSqlTypedMapping()Constructors in org.hibernate.sql.exec.internal with parameters of type SqlTypedMapping Constructor Description SqlTypedMappingJdbcParameter(SqlTypedMapping sqlTypedMapping)
-