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

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

Introduction

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

Usage

From source file com.allinfinance.hibernate.dataType.TrimString.java

/**
 * Title:
 * 
 * Description:
 * 
 * Copyright: Copyright (c) 2011-8-16

From source file com.huateng.hibernate.dataType.TrimString.java

/**
 * Title:
 * 
 * Description:
 * 
 * Copyright: Copyright (c) 2011-8-16

From source file com.mg.framework.support.orm.FirebirdStringType.java

/**
 *   ?   Firebird, ?   ?  ?  CHAR
 * ??    .       ??  
 * . ?   ? ? ? ?? ??.
 *
 * @author Oleg V. Safonov

From source file com.mg.framework.support.orm.OmittedWhitespaceStringType.java

/**
 *   ?    
 *
 * @author Oleg V. Safonov
 * @version $Id: OmittedWhitespaceStringType.java,v 1.1 2008/10/09 13:21:21 safonov Exp $
 */

From source file org.jbpm.db.hibernate.LimitedStringType.java

/**
 * Mapping between SQL {@link Types#VARCHAR varchar} and Java {@link String} that truncates
 * parameter values to column size.
 * 
 * @author Alejandro Guizar
 */