On Oct 23, 2012, at 1:56 PM, Manoel Campos da Silva Filho wrote:
> I would like to know about the support to JPA annotations at Android 2.3.
> I searched at the forum but I didn't find aswers.
> I see that the JPA support is not complete.
Right.
> I imported the ormlite-core-4.42.jar and ormlite-android-4.42.jar
> at my Android project but I can't use the javax.persistence annotations.
> The javax.persistence package isn't available.
So ORMLite has limited support for the JPA annotations. I would be happy to improve the support with feedback from people.
That said, it does _not_ provide the javax.persistence classes. The JRE is supposed to do that. If Android does not have those classes then I guess you are going to have to provide them yourself. I don't have any plans of adding them to ORMLite if that is the question.
If that _isn't_ the question, then please add more details.
thanks,
gray