Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Index support

Hi Dies,

  I am refactoring the Symfoware auto index support under the new index support.  If you could run the tests on Symfoware when I am done to ensure I did not break anything, that would be great.

 

 

-----Original Message-----
From: Koper, Dies [mailto:diesk@xxxxxxxxxxxxxxxxxxx]
Sent: Thursday, August 26, 2010 9:20 PM
To: Dev mailing list for Eclipse Persistence Services
Subject: Re: [eclipselink-dev] Index support

 

Hi James,

 

As you may know I added some code half a year ago to have indices generated for primary key columns for SymfowarePlatform.

Indices on primary keys are mandatory and not created automatically on this platform.

I hope your design will take that into account (i.e. e.g. not create duplicate indices for primary keys that have an @Index annotation).

 

Thanks!

Dies

 

 

From: eclipselink-dev-bounces@xxxxxxxxxxx [mailto:eclipselink-dev-bounces@xxxxxxxxxxx] On Behalf Of James Sutherland
Sent: Friday, 27 August 2010 02:28
To: Eclipselink-Dev@Eclipse. Org (E-mail)
Subject: [eclipselink-dev] Index support

 

Normal 0 DocumentEmail

I am working on adding database index DDL generation support for 2.2,

See,

http://wiki.eclipse.org/EclipseLink/DesignDocs/283430


Back to the top