Class TypeRegistry
- java.lang.Object
-
- org.hibernate.tool.orm.jbt.internal.util.TypeRegistry
-
public class TypeRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeWrappergetType(String name)static Map<TypeWrapper,String>getTypeFormats()
-
-
-
Method Detail
-
getType
public static TypeWrapper getType(String name)
-
getTypeFormats
public static Map<TypeWrapper,String> getTypeFormats()
-
-