Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Git main push: Bug#250746 - foreign key indexes

Git main push: Bug#250746 - foreign key indexes

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=250746

 

Changes:

- Added "eclipselink.ddl-generation.index-foreign-keys" persistence unit property to auto generate indexes on foreign keys.

- Changed to only auto-enable query cache for non-isolated descriptors.

- Added shouldCreateIndicesOnForeignKeys option to DatabasePlatform.

- Added getDropCascadeString() to DatabasePlatform to allow cascaded table drops. (supported in Oracle, PostgreSQL)

- Added session argument to SessionProfiler occurred() callback.

- Updated names of crud queries.

- Added ClientSessionReleases and UnitOfWorkReleases profiling events.

- Improved exception handling in AbstractSynchronizationListener.

 


Back to the top