Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 801 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 801 Bytes

Chapter 16 : Types and Hibernate Types

Item 143: How to Deal with Hibernate and Unsupported Types via the Hibernate Types Library

Item 144: How to Map CLOBs and BLOBs

Item 145: How to Efficiently Map a Java Enum to a Database

Item 146: How to Efficiently Map a JSON Java Object to a MySQL JSON Column

Item 147: How to Efficiently Map a JSON Java Object to a PostgreSQL JSON Column