fetch Value from List of same Objects. Jsonb postgreSQL in Java SpringBoot JPA
I have Column type Jsonb postgreSQL. I have stored a List of same objects keys are same values are different. how to filter data?
What is the best way to work with postgresql’s jsonb data using spring boot?
I have a Student object which I am storing in a jsonb column.
The Student has Address and an Array of Subjects. The jsonb column data looks something like this: