org.hibernate.type
Class BasicTypeRegistry
java.lang.Object
org.hibernate.type.BasicTypeRegistry
- All Implemented Interfaces:
- Serializable
public class BasicTypeRegistry
- extends Object
- implements 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,
String[] keys)
register
public void register(CompositeUserType type,
String[] keys)
getRegisteredType
public BasicType getRegisteredType(String key)
shallowCopy
public BasicTypeRegistry shallowCopy()
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.