6.4 Entity operations by EntityManager

The state of the entity is controlled by EntityManager provided with Cosminexus JPA Provider. This section describes the entity operations in EntityManager.

Organization of this section
6.4.1 Transition of entity states
6.4.2 persist operation for the entities
6.4.3 remove operation for the entities
6.4.4 Obtaining the entities from the database
6.4.5 Synchronization with the database
6.4.6 Separate and merge operations of an entity from the persistence context
6.4.7 managed entity