You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2013/10/25 10:49:40 UTC

[jira] [Closed] (ISIS-422) Create Apache Isis API for custom Queries sent to the Objectstore by the PersistenceManager

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

Dan Haywood closed ISIS-422.
----------------------------


> Create Apache Isis API for custom Queries sent to the Objectstore by the PersistenceManager
> -------------------------------------------------------------------------------------------
>
>                 Key: ISIS-422
>                 URL: https://issues.apache.org/jira/browse/ISIS-422
>             Project: Isis
>          Issue Type: New Feature
>          Components: Objectstore: JDO
>    Affects Versions: objectstore-jdo-1.1.0
>            Reporter: Oscar Bou
>            Assignee: Dan Haywood
>             Fix For: objectstore-jdo-1.3.0
>
>
> Current API does not support the option to define custom queries as SQL strings that will be resolved by the current Objectstore.
> Proposed patch by Dan:
> Take a copy of IsisJdoSupport and IsisJdoSupportImpl.
> In IsisJdoSupport, add:
> PersistenceManager getJdoPersistenceManager();
> In IsisJdoSupportImpl, add:
> public PersistenceManager getJdoPersistenceManager() {
>    return getObjectStore().getPersistenceManager();
> }
> protected DataNucleusObjectStore getObjectStore() {
>    return (DataNucleusObjectStore)
> getPersistenceSession().getObjectStore();
> } 
> Then register this as a service and inject into your repositories etc.
> There's a plan for integrating Lucene into Isis. Then a lot
> of these adhoc queries may just disappear as a requirement.



--
This message was sent by Atlassian JIRA
(v6.1#6144)