[jboss-jira] [JBoss JIRA] Updated: (JBPM-838) EJB3 support with annotations / simplify db schema

Florian Bauer (JIRA) jira-events at lists.jboss.org
Tue Feb 13 10:50:30 EST 2007


     [ http://jira.jboss.com/jira/browse/JBPM-838?page=all ]

Florian Bauer updated JBPM-838:
-------------------------------

     Issue Type: Feature Request  (was: Task)
    Description: 
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
- Providing test cases

  was:
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


> EJB3 support with annotations / simplify db schema
> --------------------------------------------------
>
>                 Key: JBPM-838
>                 URL: http://jira.jboss.com/jira/browse/JBPM-838
>             Project: JBoss jBPM
>          Issue Type: Feature Request
>          Components: Core Engine
>         Environment: persistence
>            Reporter: Florian Bauer
>         Assigned To: Tom Baeyens
>   Original Estimate: 1 week, 1 day
>  Remaining Estimate: 1 week, 1 day
>
> 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
> - Providing test cases

-- 
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