|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CascadeType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 | Provides the interfaces and enumeration types as defined in the schema |
Uses of CascadeType in org.jboss.shrinkwrap.descriptor.api.orm20 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return CascadeType | |
---|---|
CascadeType<T> |
CascadeType.cascadeAll()
Sets the cascade-all element |
CascadeType<T> |
CascadeType.cascadeDetach()
Sets the cascade-detach 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.removeCascadeDetach()
Removes the cascade-detach 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |