Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm10.CascadeType

Packages that use CascadeType
org.jboss.shrinkwrap.descriptor.api.orm10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of CascadeType in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return CascadeType
 CascadeType<T> CascadeType.cascadeAll()
          Sets the cascade-all element
 CascadeType<T> CascadeType.cascadeMerge()
          Sets the cascade-merge element
 CascadeType<T> CascadeType.cascadePersist()
          Sets the cascade-persist element
 CascadeType<T> CascadeType.cascadeRefresh()
          Sets the cascade-refresh element
 CascadeType<T> CascadeType.cascadeRemove()
          Sets the cascade-remove element
 CascadeType<ManyToOne<T>> ManyToOne.getOrCreateCascade()
          If not already created, a new cascade element with the given value will be created.
 CascadeType<OneToMany<T>> OneToMany.getOrCreateCascade()
          If not already created, a new cascade element with the given value will be created.
 CascadeType<OneToOne<T>> OneToOne.getOrCreateCascade()
          If not already created, a new cascade element with the given value will be created.
 CascadeType<ManyToMany<T>> ManyToMany.getOrCreateCascade()
          If not already created, a new cascade element with the given value will be created.
 CascadeType<T> CascadeType.removeCascadeAll()
          Removes the cascade-all element
 CascadeType<T> CascadeType.removeCascadeMerge()
          Removes the cascade-merge element
 CascadeType<T> CascadeType.removeCascadePersist()
          Removes the cascade-persist element
 CascadeType<T> CascadeType.removeCascadeRefresh()
          Removes the cascade-refresh element
 CascadeType<T> CascadeType.removeCascadeRemove()
          Removes the cascade-remove element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.