FileDocCategorySizeDatePackage
Value.javaAPI DocHibernate 3.2.51298Sat Feb 12 00:19:50 GMT 2005org.hibernate.mapping

Value

public interface Value implements Serializable
A value is anything that is persisted by value, instead of by reference. It is essentially a Hibernate Type, together with zero or more columns. Values are wrapped by things with higher level semantics, for example properties, collections, classes.
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Objectaccept(ValueVisitor visitor)

public voidcreateForeignKey()

public boolean[]getColumnInsertability()

public java.util.IteratorgetColumnIterator()

public intgetColumnSpan()

public boolean[]getColumnUpdateability()

public org.hibernate.FetchModegetFetchMode()

public TablegetTable()

public org.hibernate.type.TypegetType()

public booleanhasFormula()

public booleanisAlternateUniqueKey()

public booleanisNullable()

public booleanisSimpleValue()

public booleanisValid(org.hibernate.engine.Mapping mapping)

public voidsetTypeUsingReflection(java.lang.String className, java.lang.String propertyName)