Example usage for org.hibernate.type TextType subclass-usage

List of usage examples for org.hibernate.type TextType subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.type TextType subclass-usage.

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
 */