Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.OneToMany

Packages that use OneToMany
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of OneToMany in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type OneToMany
protected  List<OneToMany> Attributes.oneToMany
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return OneToMany
 OneToMany OneToMany.clone()
          Creates and returns a deep copy of this object.
 OneToMany ObjectFactory.createOneToMany()
          Create an instance of OneToMany
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type OneToMany
 List<OneToMany> Attributes.getOneToMany()
          Gets the value of the oneToMany property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type OneToMany
OneToMany(OneToMany o)
          Creates a new OneToMany instance by deeply copying a given OneToMany instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.