Class TypedValue

java.lang.Object
org.hibernate.engine.spi.TypedValue
All Implemented Interfaces:
Serializable

public final class TypedValue extends Object implements Serializable
An ordered pair of a value and its Hibernate type.
See Also:
  • Constructor Details

    • TypedValue

      public TypedValue(Type type, Object value)
  • Method Details