Uses of Interface
org.hibernate.engine.spi.Mapping
Packages that use Mapping
Package
Description
This package defines the Hibernate configuration-time mapping model.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of Mapping in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type MappingModifier and TypeMethodDescriptionColumn.getColumnSize
(Dialect dialect, Mapping mapping) Deprecated.default JdbcMapping
Value.getSelectableType
(Mapping factory, int index) Deprecated.Column.getSqlType
(TypeConfiguration typeConfiguration, Dialect dialect, Mapping mapping) Deprecated.int
Column.getSqlTypeCode
(Mapping mapping) Deprecated.boolean
Deprecated.default boolean
Deprecated.void
Deprecated.void
void
Deprecated.void
-
Uses of Mapping in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type MappingModifier and TypeMethodDescriptionstatic SelectableMappings
SelectableMappingsImpl.from
(String containingTableExpression, Value value, int[] propertyOrder, Mapping mapping, TypeConfiguration typeConfiguration, boolean[] insertable, boolean[] updateable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) -
Uses of Mapping in org.hibernate.type
Methods in org.hibernate.type with parameters of type MappingModifier and TypeMethodDescriptionMetaType.fromXMLString
(String xml, Mapping factory) Deprecated.default int
Type.getColumnSpan
(Mapping mapping) Deprecated.final String
EntityType.getIdentifierOrUniqueKeyPropertyName
(Mapping factory) Deprecated, for removal: This API element is subject to removal in a future version.No longer usedfinal Type
EntityType.getIdentifierOrUniqueKeyType
(Mapping factory) Deprecated.default int[]
Type.getSqlTypeCodes
(Mapping mapping) Deprecated.default boolean[]
Type.toColumnNullness
(@Nullable Object value, Mapping mapping) Deprecated.
Column.getColumnSize(Dialect, MappingContext)