org.hibernate.engine

Class TypedValue

Implemented Interfaces:
Serializable

public final class TypedValue
extends java.lang.Object
implements Serializable

An ordered pair of a value and its Hibernate type.
Author:
Gavin King
See Also:
Type

Constructor Summary

TypedValue(Type type, Object value, EntityMode entityMode)

Method Summary

boolean
equals(Object other)
Type
getType()
Object
getValue()
int
hashCode()
String
toString()

Constructor Details

TypedValue

public TypedValue(Type type,
                  Object value,
                  EntityMode entityMode)

Method Details

equals

public boolean equals(Object other)

getType

public Type getType()

getValue

public Object getValue()

hashCode

public int hashCode()

toString

public String toString()