Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.OneToOne

Packages that use OneToOne
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of OneToOne in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type OneToOne
protected  List<OneToOne> Attributes.oneToOne
           
protected  List<OneToOne> EmbeddableAttributes.oneToOne
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return OneToOne
 OneToOne ObjectFactory.createOneToOne()
          Create an instance of OneToOne
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type OneToOne
 List<OneToOne> Attributes.getOneToOne()
          Gets the value of the oneToOne property.
 List<OneToOne> EmbeddableAttributes.getOneToOne()
          Gets the value of the oneToOne property.
 



Copyright © 2009-2011. All Rights Reserved.