org.hibernate.mapping
Class DependantValue
- KeyValue, Serializable, Value
public class DependantValue
A value which is "typed" by reference to some other
value (for example, a foreign key is typed by the
referenced primary key).
accept , addColumn , addFormula , createForeignKey , createForeignKeyOfEntity , createIdentifierGenerator , getColumnInsertability , getColumnIterator , getColumnSpan , getColumnUpdateability , getConstraintColumns , getFetchMode , getForeignKeyName , getIdentifierGeneratorProperties , getIdentifierGeneratorStrategy , getNullValue , getTable , getType , getTypeName , getTypeParameters , hasFormula , isAlternateUniqueKey , isCascadeDeleteEnabled , isIdentityColumn , isNullable , isSimpleValue , isTypeSpecified , isUpdateable , isValid , setAlternateUniqueKey , setCascadeDeleteEnabled , setForeignKeyName , setIdentifierGeneratorProperties , setIdentifierGeneratorStrategy , setNullValue , setTable , setTypeName , setTypeParameters , setTypeUsingReflection , toString |
DependantValue
public DependantValue(Table table,
KeyValue prototype)
setNullable
public void setNullable(boolean nullable)
setUpdateable
public void setUpdateable(boolean updateable)