is it possible to create table using json type parameter in a table.if yes how i can achieve that. because mysql 5.7 support datatype json but not able to implement same using hibernate.??pl reply asap’
Is it possible to create table using json type parameter in a table
Do you want to use a JSON column type? If so, then check out the hibernate-types open-source project.
its not helping me can u please suggest me any basic sample project.
The test cases contain everything you need. Just run the tests and read the provided articles for more details.