|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl org.hibernate.metamodel.source.annotations.attribute.ColumnSourceImpl
public class ColumnSourceImpl
Method Summary | |
---|---|
String |
getCheckCondition()
Obtain the specified check constraint condition |
String |
getName()
Obtain the name of the column. |
String |
getReadFragment()
A SQL fragment to apply to the column value on read. |
String |
getWriteFragment()
A SQL fragment to apply to the column value on write. |
protected String |
resolveColumnName()
|
Methods inherited from class org.hibernate.metamodel.source.annotations.attribute.ColumnValuesSourceImpl |
---|
getComment, getContainingTableName, getDatatype, getDefaultValue, getSize, getSqlType, isIncludedInInsert, isIncludedInUpdate, isNullable, isUnique |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected String resolveColumnName()
public String getName()
ColumnSource
getName
in interface ColumnSource
getName
in class ColumnValuesSourceImpl
null
, in which case a naming strategy is applied.public String getReadFragment()
ColumnSource
getReadFragment
in interface ColumnSource
getReadFragment
in class ColumnValuesSourceImpl
public String getWriteFragment()
ColumnSource
getWriteFragment
in interface ColumnSource
getWriteFragment
in class ColumnValuesSourceImpl
public String getCheckCondition()
ColumnSource
getCheckCondition
in interface ColumnSource
getCheckCondition
in class ColumnValuesSourceImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |