Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN Commit: Bug#221515, 221500, 231621, 211263 classes migrated to wrong package, rename jpa.config to config

SVN Commit: Bug#221515, 221500, 231621, 211263 classes migrated to wrong package, rename jpa.config to config

 

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

 

Changes:

- Moved DescriptorCustomizer and SessionCustomizer from internal package to config.

- Added DescriptorCustomizer and SessionCustomizer subclasses in org.persistence.sessions.factories (for potential migration of broad imports)

- Renamed jpa.config to config, to align with annotations

- Renamed EJBQLPlaceholderQuery to JPAQuery

- Renamed EclipseLinkQueryHints to QueryHints

- Fixed imports in examples, tests, workbench, moxy

 

 


Back to the top