Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Order By with DB2/400 DataBase

- Create a subclass of DB2MainframePlatform.
- override the method I mention above
- compile the subclass (ensure the eclipselink jar is on your classpath)
- package the subclass with your application
- refer to it by classname in the persistence unit property eclipselink.target-database

What problem are you seeing?

On 28/02/2012 8:17 AM, Lexuor76 wrote:

Hi,

I try to compile my own patch but I can't resolve dependencies. Can you
explain me how I should do ?

Thanks


Back to the top