Package org.hibernate.util

Utility classes.

See:
          Description

Class Summary
ArrayHelper  
BytesHelper  
CalendarComparator  
CollectionHelper  
ComparableComparator Delegates to Comparable
ConfigHelper A simple class to centralize logic needed to locate config files on the system.
DTDEntityResolver  
EmptyIterator  
EqualsHelper  
ExternalSessionFactoryConfig Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA adapter.
FastHashMap A customized implementation of java.util.HashMap designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.
FilterHelper Implementation of FilterHelper.
GetGeneratedKeysHelper  
IdentityMap A Map where keys are compared by object identity, rather than equals().
IdentityMap.IdentityKey  
IdentityMap.IdentityMapEntry  
JDBCExceptionReporter  
JoinedIterator An JoinedIterator is an Iterator that wraps a number of Iterators.
JTAHelper  
LinkedHashCollectionHelper  
MarkerObject  
NamingHelper  
PropertiesHelper  
Range  
ReflectHelper  
SerializationHelper Assists with the serialization process and performs additional functionality based on serialization.
SingletonIterator  
StringHelper  
XMLHelper Small helper class that lazy loads DOM and SAX reader and keep them for fast use afterwards.
XMLHelper.ErrorLogger  
 

Package org.hibernate.util Description

Utility classes.