SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-345
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Automatically inject OpenJPA lifecycle listeners JPA support

Created: 02/Jan/07 04:36 PM   Updated: 19/Jan/07 04:00 AM
Component/s: Compass::Gps
Affects Version/s: None
Fix Version/s: 1.1 RC1


 Description  « Hide
Support closer integration with OpenJPA. Provide both automatic even listeners registration and better entity locators (that will work with xml mappings as well)

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 02/Jan/07 04:38 PM
Initial support implemented. Listeners are automatically registered. Entities locator still not implemented (defaults to Compass default one that uses annotation) since I still need to figure out how to get the ClassMetaData of all the mapped classes in OpenJPA.

Shay Banon added a comment - 19/Jan/07 04:00 AM
Implemented using global listeners. Once CMP-361 is resolved, than specific class level listeners can be used.