Implement discovering providers (JPA 2.0)
-----------------------------------------
Key: ARIES-78
URL: https://issues.apache.org/jira/browse/ARIES-78
Project: Aries
Issue Type: New Feature
Components: JPA
Affects Versions: Incubation
Reporter: Adam Wojtuniak
In JPA 2.0, there is a provider resolution method that allows a resolver
strategy to be plugged in and used by the Persistence class when it needs to
resolve the providers. This is also used by the
Persistence.getPersistenceUtil().isLoaded method.
The resolver class must implement the PersistenceProviderResolver interface,
and would look up the Provider SPI interface from the Service Registry to
obtain the list of providers that have been registered.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.