Rob Bygrave
033c579984
#2398 - Fix compiler warning for annotation processing query bean generators
2021-09-24 17:51:36 +12:00
Rob Bygrave and GitHub
0bf8c9eb64
Add module-info support via multi-version jar ( #2381 )
2021-09-21 14:37:51 +12:00
rbygrave
50bb7086ac
Junit5 bump - tidy ebean-test
2021-09-06 21:01:50 +12:00
rbygrave
af8cf9c6c7
Junit5 bump - querybean-generator
2021-09-06 20:57:48 +12:00
Ryszard Trojnacki
847ce5db88
Added PByteArray query bean type for byte[] column type.
2021-08-31 11:34:35 +02:00
rbygrave
1642833fdb
Improve javadoc on TQRootBean and generated javadoc on query bean forFetchGroup() method
2021-07-22 18:56:02 +12:00
rbygrave
678743cc10
Use upper case E for class name of generated _Ebean$ModuleInfo
2021-06-09 21:59:19 +12:00
Robin Bygrave
9d54b264ad
#2219 - Compile error with ZonedDateTime and query beans - type argument java.time.ZonedDateTime is not within bounds of type-variable D
2021-04-19 17:04:57 +12:00
Rob Bygrave and GitHub
d75d1fce43
Change ModuleInfoLoader API and querybean-generator for named default database ( #2190 )
...
Currently we can not use @DbName with the entities of the default database. With this change the generated code that registers entity classes will support using @DbName with the default database.
2021-03-11 20:42:25 +13:00
Robin Bygrave
2672dff512
#2155 - QueryBeans: Change to use own @Generated with retention RUNTIME
2021-02-10 15:28:55 +13:00
Robin Bygrave
53aacabce7
#2154 - QueryBeans: TargetEntity is not evaluated during bean generation resulting in bad query beans
2021-02-10 15:10:03 +13:00
Robin Bygrave
ab9cdd8f5b
#2153 - QueryBeans: OneToMany Map property is handled as PScalar instead of TQAssocBean
2021-02-10 13:52:29 +13:00
Snōwball and GitHub
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
Snōwball and GitHub
bcc8040afe
Scalar type querybeans generics error ( #2082 )
...
* Add failing test case for generic querybeans
Types with generics arguments have not been processed correctly, they
will lose their generics. This is not critical in Java, as the language
has to be backwards compatible with Java 1.4, but will still become
highlighted as a warning in all common IDEs.
In Kotlin however, it's not a warning but a compile error.
* Fix problem with generics in scalar type arg
This fixes the issue introduced with ScalarType aware querybeans.
2020-10-16 09:57:32 +13:00
rob bygrave
038db79737
#2069 - Add ebean-querybean, querybean-generator and kotlin-querybean-generator as modules
2020-10-09 00:02:09 +13:00