HibernateJSONBSupport icon indicating copy to clipboard operation
HibernateJSONBSupport copied to clipboard

is @TypeDefs necessary

Open RomanNagornyi opened this issue 5 years ago • 0 comments

hello

Thank you for the tutorials.

What about this piece of code to add to an entity ?

@TypeDefs({@TypeDef(name = "MyJsonType", typeClass = MyJsonType.class)})

RomanNagornyi avatar Mar 24 '19 11:03 RomanNagornyi