Files
ebean/kotlin-querybean-generator
SnōwballandGitHub a132f09b03 Ignore javax.persistence.Transient in query beans (#2129)
* Add failing tests for transient types

* Ignore jpa @Transient fields in query beans

Any field marked with jpa @Transient should be ignored
2020-12-15 12:40:06 +13:00
..

kotlin-querybean-generator

Annotation processor for generating Kotlin query beans for type safe query construction.

For Kotlin users these are preferred over Java query beans in that they use Kotlin properties rather than Java public fields. This limits the query bean enhancement to just the beans themselves where as with java query beans we need to enhance callers (as we are effectively simulating 'properties' via java public fields and enhancement).

Refer to the documentation at: https://ebean.io/docs/query/query-beans