Java org.hibernate.type.descriptor.java DataHelper fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.type.descriptor.java DataHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.type.descriptor.java DataHelper.

The text is from its open source code.

Method

StringextractString(Reader reader)
Extract the contents of the given reader/stream as a string.
StringextractString(final Clob value)
Extract the contents of the given Clob as a string.
booleanisNClob(final Class type)