Example usage for Java org.hibernate TypeHelper fields, constructors, methods, implement or subclass
The text is from its open source code.
BasicType | basic(String name) Retrieve the basic type registered against the given name. |
BasicType | basic(Class javaType) Convenience form of #basic(String) . |