[seam-issues] [JBoss JIRA] Created: (SEAMJCR-3) API & Impl for OCMSession

John Ament (JIRA) jira-events at lists.jboss.org
Wed Mar 2 06:21:05 EST 2011


API & Impl for OCMSession
-------------------------

                 Key: SEAMJCR-3
                 URL: https://issues.jboss.org/browse/SEAMJCR-3
             Project: Seam JCR
          Issue Type: Feature Request
          Components: OCM
            Reporter: John Ament
             Fix For: 3.0.0.Alpha2


OCM (Object-Content Mapping) is similar to ORM in JPA.  This feature would give a clean way to bind an object to a node type in JCR.  The OCMSession interface should extend the javax.jcr.Session interface, delegating all of its tasks to an included Session object as well as providing wrapping API methods that return Node/Item to be able to return a generic Object.  The methods should all take an additional argument which would define the object type expected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list