-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: replace hibernate by another jpa provider
PostPosted: Thu Sep 13, 2012 5:20 pm 
Newbie

Joined: Thu Sep 13, 2012 5:07 pm
Posts: 1
hello,

i have a general question about hibernate/jpa

currently, i´m working on the open-source software jbpm which uses hibernate as the jpa implementation. is it possible to replace hibernate by another jpa provider?

(in my case, it would be datanucleus)

when i have a look at the source code, most times the standard jpa imports are used:

Code:
import javax.persistence.Id;
import javax.persistence.JoinTable;
import javax.persistence.Lob;
import javax.persistence.PrePersist;
import javax.persistence.PreUpdate;


but sometimes there are imports like

Code:
import org.hibernate.Session
import org.hibernate.annotations.CollectionOfElements;


so am i bound to hibernate?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.