Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EBR and JPA

user9955919Nov 10 2016 — edited Dec 1 2016

My application uses WAS 7 and Oracle 11g. I'm searching for zero downtime during deployments. The deployment involves EAR deployments to WAS and DDL/DML changes to Oracle DB.

One of the team here has achieved this using EBR views (Edition based revision) layer for each table. However my application uses JPA and Hibernate. I've conducted a small PoC to create entities for Editioning Views; however it seems JPA or Hibernate does not support them.

Is there any information available about using Editioning Views with JPA or Hibernate?

Comments
Post Details
Added on Nov 10 2016
5 comments
643 views