Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne

Packages that use JaxbManyToOne
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbManyToOne in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbManyToOne
protected  List<JaxbManyToOne> JaxbEmbeddableAttributes.manyToOne
           
protected  List<JaxbManyToOne> JaxbAttributes.manyToOne
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbManyToOne
 JaxbManyToOne ObjectFactory.createJaxbManyToOne()
          Create an instance of JaxbManyToOne
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbManyToOne
 List<JaxbManyToOne> JaxbEmbeddableAttributes.getManyToOne()
          Gets the value of the manyToOne property.
 List<JaxbManyToOne> JaxbAttributes.getManyToOne()
          Gets the value of the manyToOne property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.