This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Persistence without using Hibernatejump Mar 26, 2010 10:25 AM (in response to ryanlbart)Would you plz clear for me: Object Relation Mapping is disallower, or exactly Hibernate? If only Hibernate, you should find another persistence provider (toplink or something) and probably fix some mappings. Otherwise, I guess, you better look for another BPM. 
- 
        2. Re: Persistence without using Hibernateryanlbart Mar 26, 2010 11:45 AM (in response to jump)ORM is disallowed. iBatis (for stored procedures) might be allowed, but is questionable. Most likely it will need to be straight JDBC with sprocs. 
 
    