My Spring boot application has to persist a generic object which needs to be persisted in both h2db as well as postgres.
The Entity class is below
@Ent