net.sf.hibernate.engine
Class TypedValue
java.lang.Object
net.sf.hibernate.engine.TypedValue
- public final class TypedValue
- extends Object
An ordered pair of a value and its Hibernate type.
- Author:
- Gavin King
- See Also:
Type
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypedValue
public TypedValue(Type t,
Object o)
setValue
public void setValue(Object value)
getValue
public Object getValue()
setType
public void setType(Type type)
getType
public Type getType()