JPA Annotations in Android
Posted
by dasmaze
on Stack Overflow
See other posts from Stack Overflow
or by dasmaze
Published on 2009-10-27T14:16:27Z
Indexed on
2010/03/23
13:13 UTC
Read the original article
Hit count: 620
Hello,
We have a project that uses JPA/Hibernate on the server side, the mapped entity classes are in their own Library-Project and use Annotations to be mapped to the database. I want to use these classes in an Android-Project - is there any way to ignore the annotations within Android, to use these classes as standard POJOs?
© Stack Overflow or respective owner