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

Choose a tag to compare

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

12.3.5

Choose a tag to compare

#24 - Auto register AttributeConverter

12.3.4

Choose a tag to compare

#23 - @DBArray with Set does not work

12.2.3

Choose a tag to compare

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

12.1.12

Choose a tag to compare

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

12.1.8

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

Choose a tag to compare

Regression DbName not read from MappedSuperclass / inheritance #42

11.43.3

Choose a tag to compare

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

11.43.2

Choose a tag to compare

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

11.41.2

Choose a tag to compare

#15 - Remove provided dependency on Ebean