2020-07-27 16:44:22 -05:00
|
|
|
= Changes
|
|
|
|
|
|
|
|
Changes in 6.0 worth documenting in various places
|
|
|
|
|
|
|
|
|
|
|
|
== New features
|
|
|
|
|
|
|
|
Document in release-notes:
|
|
|
|
|
2021-03-23 15:41:58 -05:00
|
|
|
* `@JdbcTypeCode`
|
|
|
|
* `@JdbcType`
|
|
|
|
* `@JdbcTypeRegistration`
|
2020-07-27 16:44:22 -05:00
|
|
|
* `@JavaType`
|
2020-07-27 16:58:10 -05:00
|
|
|
* `@JavaTypeRegistration`
|
2020-07-27 16:44:22 -05:00
|
|
|
* `NativeQuery#addScalar(Class)`
|
|
|
|
* `NativeQuery#addScalar(Class,AttributeConverter)`
|
|
|
|
* `NativeQuery#addScalar(Class,Class<AttributeConverter>)`
|
2020-07-28 11:26:25 -05:00
|
|
|
* `NativeQuery#addAttributeResult(String,Class,String)`
|
|
|
|
* `NativeQuery#addAttributeResult(String,String,String)`
|
|
|
|
* `NativeQuery#addAttributeResult(String,Attribute)`
|
2020-07-27 16:44:22 -05:00
|
|
|
|
|
|
|
|
|
|
|
== Changes
|
|
|
|
|
|
|
|
Document in migration-guide.
|