2.2.5.4. Transitive persistence with cascading

2.2.5.4. Transitive persistence with cascading

You probably have noticed the cascade attribute taking an array of CascadeType as a value. The cascade concept in EJB3 is very is similar to the transitive persistence and cascading of operations in Hibernate, but with slightly different semantics and cascading types:

Please refer to the chapter 6.3 of the EJB3 specification for more information on cascading and create/merge semantics.