Class SimpleValue

java.lang.Object
org.hibernate.mapping.SimpleValue
All Implemented Interfaces:
Serializable, KeyValue, Value
Direct Known Subclasses:
Any, Any.KeyValue, Any.MetaValue, BasicValue, Component, DependantValue, ToOne

public abstract class SimpleValue extends Object implements KeyValue
A mapping model object that represents any value that maps to columns.
See Also: