Uses of Class
org.hibernate.mapping.ToOne
-
Packages that use ToOne Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of ToOne in org.hibernate.mapping
Subclasses of ToOne in org.hibernate.mapping Modifier and Type Class Description classManyToOneA mapping model object representing a many-to-one association.classOneToOneA mapping model object representing a many-to-one association.Methods in org.hibernate.mapping with parameters of type ToOne Modifier and Type Method Description booleanOneToOne. isSame(ToOne other)booleanToOne. isSame(ToOne other)Constructors in org.hibernate.mapping with parameters of type ToOne Constructor Description ToOne(ToOne original)
-