Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.CascadeType

Packages that use CascadeType
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of CascadeType in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as CascadeType
protected  CascadeType ManyToMany.cascade
           
protected  CascadeType OneToMany.cascade
           
protected  CascadeType ManyToOne.cascade
           
protected  CascadeType OneToOne.cascade
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return CascadeType
 CascadeType ObjectFactory.createCascadeType()
          Create an instance of CascadeType
 CascadeType ManyToMany.getCascade()
          Gets the value of the cascade property.
 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.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type CascadeType
 void ManyToMany.setCascade(CascadeType value)
          Sets the value of the cascade property.
 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.
 



Copyright © 2009-2011. All Rights Reserved.