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

Packages that use OneToOne
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 OneToOne in net.sourceforge.jpaxjc.ns.persistence.orm
 

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

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

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

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



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