Skip to content

Files

Latest commit

 

History

History
4 lines (4 loc) · 262 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 262 Bytes

Context

Test hibernate exceptions when persisting an entity with an already existing id in 2 scenarios

  • The entity is not yet loaded in the Entity Manager
  • Entity with the same id as the one we want to create is loaded and present in the Entity Manager cache