jaxb « Update « JPA Q&A





1. Merging Hibernate Objects and JAXB Object    stackoverflow.com

I am developing a set of REST services. I am planning to use Hibernate as my ORM and JAXB as my business objects to simplify marshalling and unmarshalling. In this case, ...

2. persist jaxb to database with hibernate?    forum.hibernate.org

the reason i'm asking is becouse jaxb does not expose it's List Objects with setters, it has it's own ListImpl classes, i don't know i can i use set this class with hibernate.. (i know about hibernate accesssing private memebers , i thought about it, but i don't know if it's possible here).