org.hibernate.type
Class BasicTypeRegistry
java.lang.Object
org.hibernate.type.BasicTypeRegistry
- All Implemented Interfaces:
- java.io.Serializable
public class BasicTypeRegistry
- extends java.lang.Object
- implements java.io.Serializable
A registry of BasicType
instances
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicTypeRegistry
public BasicTypeRegistry()
register
public void register(BasicType type)
register
public void register(UserType type,
java.lang.String[] keys)
register
public void register(CompositeUserType type,
java.lang.String[] keys)
getRegisteredType
public BasicType getRegisteredType(java.lang.String key)
shallowCopy
public BasicTypeRegistry shallowCopy()
Copyright © 2012. All Rights Reserved.