[jboss-jira] [JBoss JIRA] Created: (JBPM-838) EJB3 support with annotations / simplify db schema
Florian Bauer (JIRA)
jira-events at lists.jboss.org
Tue Feb 13 10:42:34 EST 2007
EJB3 support with annotations / simplify db schema
--------------------------------------------------
Key: JBPM-838
URL: http://jira.jboss.com/jira/browse/JBPM-838
Project: JBoss jBPM
Issue Type: Task
Components: Core Engine
Environment: persistence
Reporter: Florian Bauer
Assigned To: Tom Baeyens
change the hibernate mapping technique from *.hbm.xml to annotations. That includes:
- Change attribute mapping to getter/setter mapping. That implicates to provide the possibility to invoke a setter with a null value (jboss as is doing that) e.g. TaskInstance.setTask()
- Collection mapping with generic datatypes (jdk5) - that enables reflection on the data structure
- Changing the inheritance of persist classes e.g. an abstract basic class that provides the getter/setter for id and name (name schould be abstract)
- Clean up mapped properties e.g. the method getId() is implemented twice in classes GraphElement and TaskNode
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list