Module org.eclipse.persistence.jpa
Interface PersistenceInitializationActivator
-
public interface PersistenceInitializationActivatorAny class that calls the initialize method on the JavaSECMPInitializer should implement this interface Implementers of this interface can restrict the provider that the initializer will initialize with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPersistenceProviderSupported(String providerClassName)Return whether the given class name identifies a persistence provider that is supported by this PersistenceInitializationActivator
-
-
-
Method Detail
-
isPersistenceProviderSupported
boolean isPersistenceProviderSupported(String providerClassName)
Return whether the given class name identifies a persistence provider that is supported by this PersistenceInitializationActivator
-
-