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. 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.
> 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.
> 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.
> Did someone already used JPA with ORMLite at Android?
> Em terça-feira, 23 de outubro de 2012 14h56min06s UTC-3, Manoel Campos da > Silva Filho escreveu:
>> Hello, I'm using ORMLite 4.42.
>> 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.
>> 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.
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.
On Tue, Nov 6, 2012 at 5:10 PM, Gray Watson <256....@gmail.com> wrote:
> 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.
Hi there,
I've worked on Android 2.1 and I couldn't integrate JPA annotation with
ORMLite . I couln't get an error on compiling as I remember but the IDE
(ECLYPSE) blocks ! it took 700 MB RAM shown at the memory manager of
windows !
Does anyone has used it with any other Android version?
peace.
2012/11/6 Manoel Campos da Silva Filho <manoelcam...@gmail.com>
> Thank you Gray.
> That is the question.
> So, Android 2.3 doesn't provide JPA annotation classes.
> On Tue, Nov 6, 2012 at 5:10 PM, Gray Watson <256....@gmail.com> wrote:
>> 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.
> 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. > 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.