Type something to search...

Blog Posts

Handling of blob in JPA and JDBC

Handling of blob in JPA and JDBC

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