Package org.hibernate.mapping

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 classSimpleValueextendsObjectimplementsKeyValue
A mapping model object that represents any value that maps to columns.
See Also: