How is JPA supposed to work?

Peter Kriens peter.kriens at aqute.biz
Mon Sep 28 17:03:44 UTC 2015


In Java Persistence Architecture (JPA) the persistence.xml resource provides information about the persistence unit. This resource must be read by the Persistence Provider which then does a lot of magic. 

However, if nobody can read resources from a named module then how can JPA perform its duties?



More information about the jpms-spec-experts mailing list