63611daf7b
* Add project for hibernate immutable article Add Event entity Add hibernate configuration file Add hibernateutil for configuration Add test to match snippets from article * Update master * Add simplet test to check Kotlin rerence vs strutural equality * Update README * Kotlin equality - fix Add suite of tests for complex object and arrays Add User class |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Relevant articles:
- Introduction to the Kotlin Language
- A guide to the “when{}” block in Kotlin
- Comprehensive Guide to Null Safety in Kotlin
- Kotlin Java Interoperability
- Difference Between “==” and “===” in Kotlin