1. DbUnit: problem with increment id generation stackoverflow.comI am using DbUnit together with Unitils, which works great most of the time. Today I found a strange problem. Situation is:
|
2. JPA - Different id generating strategy for tests stackoverflow.comFor production we are using a Oracle database with some fancy stuff for IDs
For testing I thought I'd just ... |
3. HQL test for entity id in collection on another entity stackoverflow.comI am not sure how to express this so .. I have an entity A with a property called roleID (defined as Integer) where roleID is the PK of a Role entity. ... |