Save This Page
Home
»
hibernate-entity-src-20081106
» javax »
persistence
» [javadoc |
source
]
javax.persistence
public enum class: CascadeType
[javadoc |
source
]
java.lang.Enum
javax.persistence.CascadeType
Defines the set of cascadable operations that are propagated to the associated entity. The value cascade=ALL is equivalent to cascade={PERSIST, MERGE, REMOVE, REFRESH}.
author:
Emmanuel
- Bernard