Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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<ManyToMany<T>> |
ManyToMany.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<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<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 |
Copyright © 2019 JBoss by Red Hat. All rights reserved.