Question:
PersistenceUtil.isLoaded is evaluated by looking at which EntityManager or is it L2 Cache? After all Entities are loaded by only one of these.
PersistenceUtil.isLoaded method definition says:
"Determine the load state of an entity. This method can be used to determine the load state of an entity passed as a reference." But there is no mention of loaded where?