You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by "Alan Keane (JIRA)" <ji...@apache.org> on 2009/12/10 13:16:31 UTC

[jira] Deleted: (ARIES-81) Implement support for PersistenceUnit service

     [ https://issues.apache.org/jira/browse/ARIES-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Keane deleted ARIES-81:
----------------------------


> Implement support for PersistenceUnit service
> ---------------------------------------------
>
>                 Key: ARIES-81
>                 URL: https://issues.apache.org/jira/browse/ARIES-81
>             Project: Aries
>          Issue Type: New Feature
>            Reporter: Alan Keane
>
> The Persistence Unit service acts as the client doorway to JPA. It is registered under the
> org.osgi.jpa.PersistenceUnit service interface name. Clients that want to access and
> operate on entities in a particular named persistence unit look up the service and use it to obtain a
> JPA entity manager factory, from which an entity manager and other JPA artifacts can be
> subsequently obtained.
> The service is implemented as a ServiceFactory so that when a client looks up the service the
> provider can identify the dependencies of the calling client. The provider must then create an entity
> manager factory for the persistence unit version corresponding to the calling client's dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.