程序包 org.hibernate.id
类 ExportableColumn.ValueImpl
- java.lang.Object
-
- org.hibernate.id.ExportableColumn.ValueImpl
-
- 所有已实现的接口:
Serializable,Value
- 封闭类:
- ExportableColumn
public static class ExportableColumn.ValueImpl extends Object implements Value
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ValueImpl(ExportableColumn column, Table table, BasicType type, Database database)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectaccept(ValueVisitor visitor)voidcreateForeignKey()boolean[]getColumnInsertability()Iterator<Selectable>getColumnIterator()intgetColumnSpan()boolean[]getColumnUpdateability()FetchModegetFetchMode()ServiceRegistrygetServiceRegistry()TablegetTable()TypegetType()booleanhasFormula()booleanisAlternateUniqueKey()booleanisNullable()booleanisSame(Value value)booleanisSimpleValue()booleanisValid(Mapping mapping)voidsetTypeUsingReflection(String className, String propertyName)
-
-
-
构造器详细资料
-
ValueImpl
public ValueImpl(ExportableColumn column, Table table, BasicType type, Database database)
-
-
方法详细资料
-
getColumnSpan
public int getColumnSpan()
- 指定者:
getColumnSpan在接口中Value
-
getColumnIterator
public Iterator<Selectable> getColumnIterator()
- 指定者:
getColumnIterator在接口中Value
-
getType
public Type getType() throws MappingException
- 指定者:
getType在接口中Value- 抛出:
MappingException
-
getFetchMode
public FetchMode getFetchMode()
- 指定者:
getFetchMode在接口中Value
-
hasFormula
public boolean hasFormula()
- 指定者:
hasFormula在接口中Value
-
isAlternateUniqueKey
public boolean isAlternateUniqueKey()
- 指定者:
isAlternateUniqueKey在接口中Value
-
isNullable
public boolean isNullable()
- 指定者:
isNullable在接口中Value
-
getColumnUpdateability
public boolean[] getColumnUpdateability()
- 指定者:
getColumnUpdateability在接口中Value
-
getColumnInsertability
public boolean[] getColumnInsertability()
- 指定者:
getColumnInsertability在接口中Value
-
createForeignKey
public void createForeignKey() throws MappingException- 指定者:
createForeignKey在接口中Value- 抛出:
MappingException
-
isSimpleValue
public boolean isSimpleValue()
- 指定者:
isSimpleValue在接口中Value
-
isValid
public boolean isValid(Mapping mapping) throws MappingException
- 指定者:
isValid在接口中Value- 抛出:
MappingException
-
setTypeUsingReflection
public void setTypeUsingReflection(String className, String propertyName) throws MappingException
- 指定者:
setTypeUsingReflection在接口中Value- 抛出:
MappingException
-
accept
public Object accept(ValueVisitor visitor)
-
getServiceRegistry
public ServiceRegistry getServiceRegistry()
- 指定者:
getServiceRegistry在接口中Value
-
-