Skip to content
Advertisement

Tag: jsonb

PostgreSQL’s JSONB data type with Hibernate: Error creating bean with name ‘entityManagerFactory’ defined in class path resource-Unable to load class

Now I learn about nested jsons and geojson and how to save them in PostgreSQL as JsonB directly in database and before starting. Inspiration source: https://thorben-janssen.com/persist-postgresqls-jsonb-data-type-hibernate/ Error I get when running the app: Here is the Main Entity: Here is the geojson(nested json) I want to save as Jsonb in a column in database: Here is the implementation of Usertype

Advertisement