OpenJPA 1.2.2 support composite primary key?

2014-02-17 Thread yu wang
Hi Experts, Does it? It seems I failed to make it work. Regards, Yu Wang

Re: OpenJPA 1.2.2 support composite primary key?

2014-02-17 Thread Rick Curtis
Please explain the scenario that isn't working for you. Thanks, Rick On Mon, Feb 17, 2014 at 2:00 AM, yu wang wrote: > Hi Experts, > Does it? It seems I failed to make it work. > > Regards, > Yu Wang > -- *Rick Curtis*

Re: DataCache Performance Issues

2014-02-17 Thread Jeff Oh
Rick - that would be fantastic. Thanks for your help! Jeff On 2/15/2014, 5:32 AM, "Rick Curtis" wrote: >Jeff - > >I'll recommit the changes in OPENJPA-2285 back to trunk on Monday. Will >those changes be sufficient for your scenarios? > >Thanks, >Rick Jeff Oh, Sr. Software Engineer Phone:

ReverseMapping generated code not compiling (due to non-escaped delimiter)

2014-02-17 Thread Aron Lurie
Hi All, Running on trunk, I'm currently facing a problem very similar to OPENJPA-1540. When I run the ReverseMappingTool on an Oracle database with a lowercase column name, I end up with syntactically incorrect source code. Whereas I should get output like this: @Column(name="\"foobar\"") I inst

Re: ReverseMapping generated code not compiling (due to non-escaped delimiter)

2014-02-17 Thread Rick Curtis
I would start with option #1 Thanks, Rick On Mon, Feb 17, 2014 at 11:31 AM, Aron Lurie wrote: > Hi All, > > Running on trunk, I'm currently facing a problem very similar to > OPENJPA-1540. When I run the ReverseMappingTool on an Oracle database with > a lowercase column name, I end up with synt