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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as CascadeType
protected  CascadeType ManyToMany.cascade
           
protected  CascadeType OneToOne.cascade
           
protected  CascadeType ManyToOne.cascade
           
protected  CascadeType OneToMany.cascade
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return CascadeType
 CascadeType CascadeType.clone()
          Creates and returns a deep copy of this object.
 CascadeType ObjectFactory.createCascadeType()
          Create an instance of CascadeType
 CascadeType ManyToMany.getCascade()
          Gets the value of the cascade property.
 CascadeType OneToOne.getCascade()
          Gets the value of the cascade property.
 CascadeType ManyToOne.getCascade()
          Gets the value of the cascade property.
 CascadeType OneToMany.getCascade()
          Gets the value of the cascade property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type CascadeType
 void ManyToMany.setCascade(CascadeType value)
          Sets the value of the cascade property.
 void OneToOne.setCascade(CascadeType value)
          Sets the value of the cascade property.
 void ManyToOne.setCascade(CascadeType value)
          Sets the value of the cascade property.
 void OneToMany.setCascade(CascadeType value)
          Sets the value of the cascade property.
 

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



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