Table of Contents

JPA - Removed Instance

About

A managed entity instance becomes removed by:

If X is a:

A removed entity X will be removed from the database:

After an entity has been removed, its state (except for generated state) will be that of the entity at the point at which the remove operation was called.

Documentation / Reference