Class SqlTypedMappingImpl
java.lang.Object
org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
- All Implemented Interfaces:
SqlTypedMapping
- Direct Known Subclasses:
SelectableMappingImpl
-
Constructor Summary
ConstructorsConstructorDescriptionSqlTypedMappingImpl
(@Nullable String columnDefinition, @Nullable Long length, @Nullable Integer precision, @Nullable Integer scale, @Nullable Integer temporalPrecision, JdbcMapping jdbcMapping) SqlTypedMappingImpl
(JdbcMapping jdbcMapping) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.metamodel.mapping.SqlTypedMapping
isLob, toSize
-
Constructor Details
-
SqlTypedMappingImpl
-
SqlTypedMappingImpl
-
-
Method Details
-
getColumnDefinition
- Specified by:
getColumnDefinition
in interfaceSqlTypedMapping
-
getLength
- Specified by:
getLength
in interfaceSqlTypedMapping
-
getPrecision
- Specified by:
getPrecision
in interfaceSqlTypedMapping
-
getTemporalPrecision
- Specified by:
getTemporalPrecision
in interfaceSqlTypedMapping
-
getScale
- Specified by:
getScale
in interfaceSqlTypedMapping
-
getJdbcMapping
- Specified by:
getJdbcMapping
in interfaceSqlTypedMapping
-