mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +00:00
* Add FormatMapper for a pluggable JSON serialization and deserialization strategy * Add native UUID type support for H2, Cockroach, PostgreSQL * Add native INET type support for Cockroach, PostgreSQL * Add native JSON type support for MySQL, Cockroach, PostgreSQL * Add native INTERVAL SECOND type support for H2, Cockroach, PostgreSQL * Add fallback JdbcTypes for new SqlTypes * Register column types for new SqlTypes * Add support for BasicTypeReference in TypedParameterValue * Fix a lot of method signatures with respect to type parameter issues * Fix CustomType, UserType and EnhancedUserType with respect to type parameters * Get rid of StringRepresentableType and some other unused deprecated methods