Summary
- Code cleanup (commit: 2ecae39) (details)
- Composite key identifier policy : pushing responsibility to check for entity persistence status to the user, as for AlreadyAssignedIdentifierManager, because composite-key identifier is always an already-assigned policy. (commit: be06bbd) (details)
- already-assigned identifier policy made better: implementing database check on persist(..). Valuable for composite-key entities but also for single-key ones. (commit: 893aa95) (details)
- Renaming Identification to SingleColumnIdentification (commit: aea89b8) (details)
- Adding organization prefix to generated Jar to make them more visible and avoid conflicts in packaged application (War, Ear, ...) (commit: 6527b89) (details)