How to store JSONB object using JPA
Jul 8, 2021
On top of entity class
add
@TypeDefs({
@TypeDef(name = “jsonb”, typeClass = JsonBinaryType.class)
})
On top of entity class
add
@TypeDefs({
@TypeDef(name = “jsonb”, typeClass = JsonBinaryType.class)
})
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app