Uses of Class
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.CascadeType

Packages that use CascadeType
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm   
 

Uses of CascadeType in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm declared as CascadeType
protected  CascadeType OneToMany.cascade
           
protected  CascadeType ManyToOne.cascade
           
protected  CascadeType OneToOne.cascade
           
protected  CascadeType ManyToMany.cascade
           
 

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

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm with parameters of type CascadeType
 void OneToMany.setCascade(CascadeType value)
          Sets the value of the cascade property.
 void ManyToOne.setCascade(CascadeType value)
          Sets the value of the cascade property.
 void OneToOne.setCascade(CascadeType value)
          Sets the value of the cascade property.
 void ManyToMany.setCascade(CascadeType value)
          Sets the value of the cascade property.
 

Constructors in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm with parameters of type CascadeType
CascadeType(CascadeType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.CascadeType instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.