Class mapping
Mapping a column to a Class> type is deprecated. This is because there there is some
security aspects around initialising a Class from a string value.
@Column
Class<?> clazz;
Please migrate to just mapping to a String and using application code to map that to a Class.