/plain_jpa_app_managed_em

Uses jpa entities and repository services, testing using application managed EM (Persistence.createEntityManagerFactory)

Primary LanguageJava

Creates JPA entities
Creates CRUD repository services
Creates repository services to get collections of elements
Uses application managed EntityManager (Persistence.createEntityManagerFactory) to test services immidiately