]
John Ament commented on SEAMJCR-3:
----------------------------------
As a part of SEAMJCR-4 I added in a NodeConverter class. This will be used to implement a
service handler to register/create DAOs.
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
Assignee: John Ament
Fix For: 3.0.0.Beta1
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: