Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » mapping » [javadoc | source]
org.hibernate.mapping
public class: Any [javadoc | source]
java.lang.Object
   org.hibernate.mapping.SimpleValue
      org.hibernate.mapping.Any

All Implemented Interfaces:
    KeyValue

A Hibernate "any" type (ie. polymorphic association to one-of-several tables).
Constructor:
 public Any(Table table) 
Method from org.hibernate.mapping.Any Summary:
accept,   getIdentifierType,   getMetaType,   getMetaValues,   getType,   setIdentifierType,   setMetaType,   setMetaValues,   setTypeByReflection,   setTypeUsingReflection
Methods from org.hibernate.mapping.SimpleValue:
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
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.mapping.Any Detail:
 public Object accept(ValueVisitor visitor) 
 public String getIdentifierType() 
 public String getMetaType() 
 public Map getMetaValues() 
 public Type getType() throws MappingException 
 public  void setIdentifierType(String identifierType) 
 public  void setMetaType(String type) 
 public  void setMetaValues(Map metaValues) 
 public  void setTypeByReflection(String propertyClass,
    String propertyName) 
 public  void setTypeUsingReflection(String className,
    String propertyName) throws MappingException