net.sf.hibernate.engine
Class TypedValue
java.lang.Object
net.sf.hibernate.engine.TypedValue
- All Implemented Interfaces:
- Serializable
- public final class TypedValue
- extends Object
- implements Serializable
An ordered pair of a value and its Hibernate type.
- Author:
- Gavin King
- See Also:
Type
,
Serialized Form
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()
toString
public String toString()
hashCode
public int hashCode()
equals
public boolean equals(Object other)