Uses of Class
org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
-
Packages that use JPAInitializer Package Description org.eclipse.persistence.internal.jpa.deployment org.eclipse.persistence.jpa -
-
Uses of JPAInitializer in org.eclipse.persistence.internal.jpa.deployment
Subclasses of JPAInitializer in org.eclipse.persistence.internal.jpa.deployment Modifier and Type Class Description classJavaSECMPInitializerINTERNAL: JavaSECMPInitializer is used to bootstrap the deployment of EntityBeans in EJB 3.0 when deployed in a non-managed setting It is called internally by our ProviderFields in org.eclipse.persistence.internal.jpa.deployment with type parameters of type JPAInitializer Modifier and Type Field Description protected static Map<ClassLoader,JPAInitializer>JPAInitializer. initializers -
Uses of JPAInitializer in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return JPAInitializer Modifier and Type Method Description JPAInitializerPersistenceProvider. getInitializer(String emName, Map m)Return JPAInitializer corresponding to the passed classLoader.
-