org.hibernate.mapping
Interface Value
- Serializable
- KeyValue
- Any, Array, Bag, Collection, Component, DependantValue, IdentifierBag, IdentifierCollection, IndexedCollection, List, ManyToOne, Map, OneToMany, OneToOne, PrimitiveArray, Set, SimpleValue, ToOne
public interface Value
extends 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.
getColumnInsertability
public boolean[] getColumnInsertability()
getColumnIterator
public Iterator getColumnIterator()
getColumnSpan
public int getColumnSpan()
getColumnUpdateability
public boolean[] getColumnUpdateability()
getTable
public Table getTable()
hasFormula
public boolean hasFormula()
isAlternateUniqueKey
public boolean isAlternateUniqueKey()
isNullable
public boolean isNullable()
isSimpleValue
public boolean isSimpleValue()
setTypeUsingReflection
public void setTypeUsingReflection(String className,
String propertyName)
throws MappingException