Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » engine » [javadoc | source]
org.hibernate.engine
public final class: TypedValue [javadoc | source]
java.lang.Object
   org.hibernate.engine.TypedValue

All Implemented Interfaces:
    Serializable

An ordered pair of a value and its Hibernate type.
Constructor:
 public TypedValue(Type type,
    Object value,
    EntityMode entityMode) 
Method from org.hibernate.engine.TypedValue Summary:
equals,   getType,   getValue,   hashCode,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.TypedValue Detail:
 public boolean equals(Object other) 
 public Type getType() 
 public Object getValue() 
 public int hashCode() 
 public String toString()