类 RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
-
public abstract static class RelationalValueSourceHelper.AbstractColumnsAndFormulasSource extends Object implements RelationalValueSourceHelper.ColumnsAndFormulasSource
-
-
构造器概要
构造器 构造器 说明 AbstractColumnsAndFormulasSource()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetColumnAttribute()Access to any column defined via XML attribute.ListgetColumnOrFormulaElements()Access to any nested<column/>or<formula />XML elements.StringgetFormulaAttribute()Access to any formula defined via XML attribute.Set<String>getIndexConstraintNames()SizeSourcegetSizeSource()Set<String>getUniqueKeyConstraintNames()BooleanisNullable()booleanisUnique()-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
getSourceName, getSourceType
-
-
-
-
方法详细资料
-
getFormulaAttribute
public String getFormulaAttribute()
Access to any formula defined via XML attribute.- 指定者:
getFormulaAttribute在接口中RelationalValueSourceHelper.ColumnsAndFormulasSource- 返回:
- formula, if one, as defined via XML attribute.
-
getColumnAttribute
public String getColumnAttribute()
Access to any column defined via XML attribute.- 指定者:
getColumnAttribute在接口中RelationalValueSourceHelper.ColumnsAndFormulasSource- 返回:
- column, if one, as defined via XML attribute.
-
getColumnOrFormulaElements
public List getColumnOrFormulaElements()
Access to any nested<column/>or<formula />XML elements.- 指定者:
getColumnOrFormulaElements在接口中RelationalValueSourceHelper.ColumnsAndFormulasSource- 返回:
- columns or formulas defined via nested XML elements.
-
getSizeSource
public SizeSource getSizeSource()
-
isNullable
public Boolean isNullable()
-
isUnique
public boolean isUnique()
-
-