Blog Posts
Handling of blob in JPA and JDBC
- Staff Curator
- Java
- 19 Feb, 2020
You can store large JSON/String objects in RDBMS with blob. Oracle DB recommends blob for storing JSON objects. In this article, we'll learn it how to handle it using JPA. Hibernate supports blob t
read more