Uses of Class
org.hibernate.mapping.OneToOne

Packages that use OneToOne
org.hibernate.cfg   
org.hibernate.mapping   
 

Uses of OneToOne in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type OneToOne
static void HbmBinder.bindOneToOne(org.dom4j.Element node, OneToOne oneToOne, String path, boolean isNullable, Mappings mappings)
           
 

Uses of OneToOne in org.hibernate.mapping
 

Methods in org.hibernate.mapping with parameters of type OneToOne
 Object ValueVisitor.accept(OneToOne oto)