Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType

Packages that use JaxbCascadeType
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbCascadeType in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbCascadeType
protected  JaxbCascadeType JaxbManyToMany.cascade
           
protected  JaxbCascadeType JaxbOneToMany.cascade
           
protected  JaxbCascadeType JaxbManyToOne.cascade
           
protected  JaxbCascadeType JaxbOneToOne.cascade
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbCascadeType
 JaxbCascadeType ObjectFactory.createJaxbCascadeType()
          Create an instance of JaxbCascadeType
 JaxbCascadeType JaxbManyToMany.getCascade()
          Gets the value of the cascade property.
 JaxbCascadeType JaxbOneToMany.getCascade()
          Gets the value of the cascade property.
 JaxbCascadeType JaxbManyToOne.getCascade()
          Gets the value of the cascade property.
 JaxbCascadeType JaxbOneToOne.getCascade()
          Gets the value of the cascade property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbCascadeType
 void JaxbManyToMany.setCascade(JaxbCascadeType value)
          Sets the value of the cascade property.
 void JaxbOneToMany.setCascade(JaxbCascadeType value)
          Sets the value of the cascade property.
 void JaxbManyToOne.setCascade(JaxbCascadeType value)
          Sets the value of the cascade property.
 void JaxbOneToOne.setCascade(JaxbCascadeType value)
          Sets the value of the cascade property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.