public final class

TypedValue

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.engine.TypedValue

Class Overview

An ordered pair of a value and its Hibernate type.

See Also

Summary

Public Constructors
TypedValue(Type type, Object value, EntityMode entityMode)
Public Methods
boolean equals(Object other)
Type getType()
Object getValue()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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

Public Methods

public boolean equals (Object other)

public Type getType ()

public Object getValue ()

public int hashCode ()

public String toString ()