org.hibernate.engine
Class TypedValue
java.lang.Object
org.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 type,
Object value,
EntityMode entityMode)
getValue
public Object getValue()
getType
public Type getType()
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object