public void | load(com.sun.enterprise.server.PersistenceUnitLoader$ApplicationInfo appInfo)Load all the persistence units contained inside the application described
by ApplicationInfo object. Loading involves calling the {@link
javax.persistence.spi.PersistenceProvider} to create an {@link
javax.persistence.EntityManagerFactory} and registering the {@link
javax.persistence.EntityManagerFactory} at the appropriate level in
{@link Application} descriptor object tree.
|