I see.  I understand the reverse mapping tool is just a starting point.  I
implemented a ReverseCustomizer to help with some of the details for my
particular problem and I fixed a bug in OpenJPA.  Now I'm on to the next
which is how to best add Temporal annotations to 65 tables!

I was just noticing that Michael Spiro was getting the annotation and
wondering if there's something I can do to have the annotation generated,
too.  I have 65 tables I'm reverse mapping and that will take a long time
by hand to add all the Temporal annotations.

I have a ReverseCustomizer implementation I created, is it possible I can
set something up in there to cause OpenJPA to generate the annotation?

--
Jason Zwolak


On Thu, Nov 21, 2013 at 3:20 PM, José Luis Cetina <maxtorz...@gmail.com>wrote:

> Like Kevin sayed:
>
> "Examine the generated class, metadata, and mapping information, and modify
> it as necessary. Remember that the reverse mapping tool only provides a
> starting point, and you are free to make whatever modifications you like to
> the code it generates. "
>
> Resume: You have to add it by yourself
>
>
> 2013/11/21 Jason Zwolak <jzwo...@gmail.com>
>
> > I also do not get the @Temporal annotation.
> >
> > I'm using Oracle and the column type is "DATE" on one column and
> > "TIMESTAMP(6)" on another.
> >
> >
> >
> > --
> > View this message in context:
> > http://openjpa.208410.n2.nabble.com/Temporal-tp7579480p7585636.html
> > Sent from the OpenJPA Users mailing list archive at Nabble.com.
> >
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>

Reply via email to