List of usage examples for org.hibernate.type TextType subclass-usage
From source file org.jbpm.db.hibernate.LimitedTextType.java
/**
* Mapping between SQL {@link Types#CLOB clob} and Java {@link String} that truncates parameter
* values to column size.
*
* @author Alejandro Guizar
*/