| org.compass.annotations.Cascade
Cascade | public enum Cascade (Code) | | Specifies cascading for an object relationship.
author: kimchy |
Field Summary | |
Enum Constant | ALL Perform cascading for all operations (create, save, delete). | Enum Constant | CREATE Perform cascading for create operations. | Enum Constant | DELETE Perform cascading for delete operations. | Enum Constant | SAVE Perform cascading for save operations. |
ALL | Enum Constant ALL(Code) | | Perform cascading for all operations (create, save, delete).
|
CREATE | Enum Constant CREATE(Code) | | Perform cascading for create operations.
|
DELETE | Enum Constant DELETE(Code) | | Perform cascading for delete operations.
|
SAVE | Enum Constant SAVE(Code) | | Perform cascading for save operations.
|
|
|