Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Add new method getEntityManager to ICrudService #4

@Naoghuman

Description

@Naoghuman

Add new method getEntityManager to ICrudService for special requirements. For example:
if (em.getTransaction().isActive)) {
em.getTransaction().commit();
em.clear();
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions