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

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

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

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

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

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



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