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

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

Introduction

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

The text is from its open source code.

Method

StringtoString(T value)
Xunwrap(T value, Class type, WrapperOptions options)
Unwrap an instance of our handled Java type into the requested type.
Twrap(X value, WrapperOptions options)
Wrap a value as our handled Java type.