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