org.hibernate.mapping
Class Any
- KeyValue, Serializable, Value
A Hibernate "any" type (ie. polymorphic association to
one-of-several tables).
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 |
Any
public Any(Table table)
getIdentifierType
public String getIdentifierType()
getMetaType
public String getMetaType()
getMetaValues
public Map getMetaValues()
setIdentifierType
public void setIdentifierType(String identifierType)
setMetaType
public void setMetaType(String type)
setMetaValues
public void setMetaValues(Map metaValues)
setTypeByReflection
public void setTypeByReflection(String propertyClass,
String propertyName)