v0.9.2
Changelog highlights:
- EntityDao::createNativeQuery() is alias for EntityManager::createNativeQuery()
- Added helper loadFromFile() for loading raw sql patch files.
- Implemented NonLockingUniqueInserter for inserting entities with unique indexes without beeing afraid of locking the EntityManager
- We now have basic documentation