Page 1 of 1

About Question enthuware.oce-jpad.v6.1.342 :

Posted: Thu Feb 12, 2015 12:28 pm
by swiss-chris
When talking about java classes, what is meant by
contained in the Root of the PU
?

What would it mean for a class to NOT be "contained in the Root of the PU"

Re: About Question enthuware.oce-jpad.v6.1.342 :

Posted: Fri Feb 13, 2015 12:54 am
by admin
As per section 8.2 of the JPA specification, the jar file or directory whose META-INF directory contains the persistence.xml file is termed the root of the persistence unit.

Re: About Question enthuware.oce-jpad.v6.1.342 :

Posted: Thu May 04, 2017 7:16 am
by javabean68
Hallo

is it proper to define PostMeta 'managed'? It isn't direct managed by the EntityManager as it is embedded...but I suppose that in the exam is so meant, isn't? :shock:

Thank you!

Re: About Question enthuware.oce-jpad.v6.1.342 :

Posted: Thu May 04, 2017 10:49 am
by admin
Yes, it is managed. That is why option 1 is correct.