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

All Implemented Interfaces:
    KeyValue

Direct Known Subclasses:
    ManyToOne, OneToOne, ToOne, Component, DependantValue, Any

Any value that maps to columns.
Constructor:
 public SimpleValue() 
 public SimpleValue(Table table) 
Method from org.hibernate.mapping.SimpleValue Summary:
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.SimpleValue Detail:
 public Object accept(ValueVisitor visitor) 
 public  void addColumn(Column column) 
 public  void addFormula(Formula formula) 
 public  void createForeignKey() throws MappingException 
 public  void createForeignKeyOfEntity(String entityName) 
 public IdentifierGenerator createIdentifierGenerator(Dialect dialect,
    String defaultCatalog,
    String defaultSchema,
    RootClass rootClass) throws MappingException 
 public boolean[] getColumnInsertability() 
 public Iterator getColumnIterator() 
 public int getColumnSpan() 
 public boolean[] getColumnUpdateability() 
 public List getConstraintColumns() 
 public FetchMode getFetchMode() 
 public String getForeignKeyName() 
 public Properties getIdentifierGeneratorProperties() 
 public String getIdentifierGeneratorStrategy() 
    Returns the identifierGeneratorStrategy.
 public String getNullValue() 
 public Table getTable() 
 public Type getType() throws MappingException 
 public String getTypeName() 
 public Properties getTypeParameters() 
 public boolean hasFormula() 
 public boolean isAlternateUniqueKey() 
 public boolean isCascadeDeleteEnabled() 
 public boolean isIdentityColumn(Dialect dialect) 
 public boolean isNullable() 
 public boolean isSimpleValue() 
 public boolean isTypeSpecified() 
 public boolean isUpdateable() 
 public boolean isValid(Mapping mapping) throws MappingException 
 public  void setAlternateUniqueKey(boolean unique) 
 public  void setCascadeDeleteEnabled(boolean cascadeDeleteEnabled) 
 public  void setForeignKeyName(String foreignKeyName) 
 public  void setIdentifierGeneratorProperties(Properties identifierGeneratorProperties) 
    Sets the identifierGeneratorProperties.
 public  void setIdentifierGeneratorStrategy(String identifierGeneratorStrategy) 
    Sets the identifierGeneratorStrategy.
 public  void setNullValue(String nullValue) 
    Sets the nullValue.
 public  void setTable(Table table) 
 public  void setTypeName(String type) 
 public  void setTypeParameters(Properties parameterMap) 
 public  void setTypeUsingReflection(String className,
    String propertyName) throws MappingException 
 public String toString()