Class SourceColumnAdapterJaxbHbmColumnType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
-
- All Implemented Interfaces:
SourceColumnAdapter
public class SourceColumnAdapterJaxbHbmColumnType extends Object implements SourceColumnAdapter
-
-
Constructor Summary
Constructors Constructor Description SourceColumnAdapterJaxbHbmColumnType(JaxbHbmColumnType hbmColumn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCheck()
String
getComment()
String
getDefault()
String
getIndex()
Integer
getLength()
String
getName()
Integer
getPrecision()
String
getRead()
Integer
getScale()
String
getSqlType()
String
getUniqueKey()
String
getWrite()
Boolean
isNotNull()
Boolean
isUnique()
-
-
-
Constructor Detail
-
SourceColumnAdapterJaxbHbmColumnType
public SourceColumnAdapterJaxbHbmColumnType(JaxbHbmColumnType hbmColumn)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceSourceColumnAdapter
-
isNotNull
public Boolean isNotNull()
- Specified by:
isNotNull
in interfaceSourceColumnAdapter
-
isUnique
public Boolean isUnique()
- Specified by:
isUnique
in interfaceSourceColumnAdapter
-
getLength
public Integer getLength()
- Specified by:
getLength
in interfaceSourceColumnAdapter
-
getPrecision
public Integer getPrecision()
- Specified by:
getPrecision
in interfaceSourceColumnAdapter
-
getScale
public Integer getScale()
- Specified by:
getScale
in interfaceSourceColumnAdapter
-
getSqlType
public String getSqlType()
- Specified by:
getSqlType
in interfaceSourceColumnAdapter
-
getComment
public String getComment()
- Specified by:
getComment
in interfaceSourceColumnAdapter
-
getCheck
public String getCheck()
- Specified by:
getCheck
in interfaceSourceColumnAdapter
-
getDefault
public String getDefault()
- Specified by:
getDefault
in interfaceSourceColumnAdapter
-
getIndex
public String getIndex()
- Specified by:
getIndex
in interfaceSourceColumnAdapter
-
getUniqueKey
public String getUniqueKey()
- Specified by:
getUniqueKey
in interfaceSourceColumnAdapter
-
getRead
public String getRead()
- Specified by:
getRead
in interfaceSourceColumnAdapter
-
getWrite
public String getWrite()
- Specified by:
getWrite
in interfaceSourceColumnAdapter
-
-