My environment: JBOSS 4.2.1, OpenJPA 1.1, Java 5, EJB 3 (+JPA), Oracle 10g

I need to access custom Oracle Sequence using OpenJpa. 
Only need the next value from the sequence. I dont need to slap that next
value
as id on any entity. 

SELECT SEQ.NEXTVAL from dual; 

Most probably create a DAO service which will just return the next sequence

Any suggestions
-- 
View this message in context: 
http://n2.nabble.com/Access-Oracle-Sequence-using-OpenJPA-tp2227943p2227943.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to