requery v1.0.0-beta16 Release Notes

    • ๐Ÿ‘Œ Support generating entity types from Kotlin abstract and data classes
    • ๐Ÿ‘Œ Support non integer key types in generated join tables
    • ๐Ÿ‘Œ Support @CheckReturnValue to add IDE warnings for methods that require additional calls
    • ๐Ÿ‘Œ Support iterable overloads for update/upsert
    • ๐Ÿ‘Œ Support additional validations of @OneToOne relationships
    • ๐Ÿ›  Fix stackoverflow exception in cascade reference
    • ๐Ÿ›  Fix null mapping instance in reader/writer classes in certain cases