Class SqlTypedMappingImpl
- java.lang.Object
-
- org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
-
- All Implemented Interfaces:
SqlTypedMapping
- Direct Known Subclasses:
SelectableMappingImpl
public class SqlTypedMappingImpl extends Object implements SqlTypedMapping
-
-
Constructor Summary
Constructors Constructor Description SqlTypedMappingImpl(String columnDefinition, Long length, Integer precision, Integer scale, JdbcMapping jdbcMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumnDefinition()
JdbcMapping
getJdbcMapping()
Long
getLength()
Integer
getPrecision()
Integer
getScale()
-
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
-
-
-
-
Constructor Detail
-
SqlTypedMappingImpl
public SqlTypedMappingImpl(String columnDefinition, Long length, Integer precision, Integer scale, JdbcMapping jdbcMapping)
-
-
Method Detail
-
getColumnDefinition
public String getColumnDefinition()
- Specified by:
getColumnDefinition
in interfaceSqlTypedMapping
-
getLength
public Long getLength()
- Specified by:
getLength
in interfaceSqlTypedMapping
-
getPrecision
public Integer getPrecision()
- Specified by:
getPrecision
in interfaceSqlTypedMapping
-
getScale
public Integer getScale()
- Specified by:
getScale
in interfaceSqlTypedMapping
-
getJdbcMapping
public JdbcMapping getJdbcMapping()
- Specified by:
getJdbcMapping
in interfaceSqlTypedMapping
-
-