Java org.hibernate TypeHelper fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate TypeHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate TypeHelper.

The text is from its open source code.

Method

BasicTypebasic(String name)
Retrieve the basic type registered against the given name.
BasicTypebasic(Class javaType)
Convenience form of #basic(String) .