Java org.hibernate.type TypeResolver fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

BasicTypebasic(String name)
Locate a Hibernate BasicType basic type given (one of) its registration names.
TypeheuristicType(String typeName)
See #heuristicType(String,Properties)
voidregisterTypeOverride(UserType type, String[] keys)
voidregisterTypeOverride(CompositeUserType type, String[] keys)