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

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

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

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

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

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



Copyright © 2009-2011. All Rights Reserved.