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