refactor the dao-jpa module.
----------------------------
Key: ODE-719
URL: https://issues.apache.org/jira/browse/ODE-719
Project: ODE
Issue Type: Sub-task
Affects Versions: 1.3.3
Reporter: Jeff Yu
Fix For: 2.0
refactoring the dao-jpa module.
1. Refactor the dao-jpa module, pull out two JPA's API into the dao-jpa-ojpa
module, and then introduce a Factory class to produce the corresponding DAO
class for OpenJPA and Hibernate, added another dao-jpa-hibernate module for the
Hibernate's specific classes.
2. For the @OneToOne, @ManyToOne, the @Column need to be updated as
@JoinColumn, otherwise Hibernate tools will complain it. Will this update be an
issue for OpenJPA??
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.