Is it possible for Hibernate5 to map all String
s to TEXT
;
without annotating or mapping each field individually?
UPDATE
I've been doing some research on this and getting very close, but still no obvious path to a solution.
Clue #1
from https://docs.jboss.org/hibernate/orm/5.1/userguide/html_single/Hibernate_User_Guide.html
Tha link goes into https://docs.jboss.org/hibernate/orm/5.1/userguide/html_single/Hibernate_User_Guide.html#basic-custom-type, which is another rabbit-hole