Package org.hibernate.mapping

Class ToOne

java.lang.Object
org.hibernate.mapping.SimpleValue
org.hibernate.mapping.ToOne
All Implemented Interfaces:
Serializable,Fetchable,KeyValue,SortableValue,Value
Direct Known Subclasses:
ManyToOne,OneToOne

public abstract sealed classToOneextendsSimpleValueimplementsFetchable,SortableValuepermitsOneToOne,ManyToOne
A mapping model object representing an association where the target side has cardinality one.
See Also: