public class ClobValueHandler extends AbstractValueHandler
| Constructor and Description | 
|---|
| ClobValueHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClobValueHandler | getInstance()Singleton instance. | 
| Column[] | map(ValueMapping vm,
   DBIdentifier name,
   ColumnIO io,
   boolean adapt) | 
| Column[] | map(ValueMapping vm,
   String name,
   ColumnIO io,
   boolean adapt)Deprecated.   | 
getResultArgument, isVersionable, objectValueRequiresLoad, toDataStoreValue, toObjectValue, toObjectValuepublic static ClobValueHandler getInstance()
public Column[] map(ValueMapping vm, String name, ColumnIO io, boolean adapt)
ValueHandlerName and JavaType properties set.name - use as a base to form column name(s); the column names
 of unmapped columns will automatically be made to fit
 database limitationsio - I/O information about mapped columns; you do not
 have to set this information if returning templatesadapt - whether to adapt the mapping or schemapublic Column[] map(ValueMapping vm, DBIdentifier name, ColumnIO io, boolean adapt)
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.