Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Releases: ebean-orm-deprecated/kotlin-querybean-generator

12.3.6

29 Jun 02:20

Choose a tag to compare

#25 - ENH: Add support for @EbeanComponent (to register other types like BeanPersistController, BeanPersistListener etc)

12.3.5

19 Jun 09:08

Choose a tag to compare

#24 - Auto register AttributeConverter

12.3.4

19 Jun 03:46

Choose a tag to compare

#23 - @DBArray with Set does not work

12.2.3

06 Apr 09:41

Choose a tag to compare

#22 - BeanNotRegisteredException: Could not find BeanDescriptor for class ... Perhaps the EmbeddedId class is not registered?

12.1.12

07 Feb 03:30

Choose a tag to compare

#20 ENH: Generate query bean constructor taking Transaction enhancement
#21 Mark as "v1" via TypeQueryBean("v1")

12.1.8

17 Dec 10:46

Choose a tag to compare

#19 ENH: Generate META-INF/ebean-generated-info.mf (such that we don't need ebean.mf)

11.45.2

09 Oct 22:51

Choose a tag to compare

Regression DbName not read from MappedSuperclass / inheritance #42

11.43.3

25 Aug 05:05

Choose a tag to compare

#18 - Collection compiled to wildard type not included in generated query bean

11.43.2

20 Aug 10:31

Choose a tag to compare

#16 ENH: Support using query beans to create FetchGroup
#17 ENH: Support fetchCache()

11.41.2

29 Jul 10:15

Choose a tag to compare

#15 - Remove provided dependency on Ebean