|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistenceProviderResolver
Determine the list of persistence providers available in the runtime environment.
Implementations must be thread-safe.
Note that the getPersistenceProviders
method can potentially
be called many times: it is recommended that the implementation
of this method make use of caching.
PersistenceProvider
Method Summary | |
---|---|
void |
clearCachedProviders()
Clear cache of providers. |
java.util.List<PersistenceProvider> |
getPersistenceProviders()
Returns a list of the PersistenceProvider implementations
available in the runtime environment. |
Method Detail |
---|
java.util.List<PersistenceProvider> getPersistenceProviders()
PersistenceProvider
implementations
available in the runtime environment.
void clearCachedProviders()
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |