Uses of Package
org.hibernate.util

Packages that use org.hibernate.util
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.jmx This package exposes a Hibernate instance via JMX. 
 

Classes in org.hibernate.util used by org.hibernate.cfg
XMLHelper
          Small helper class that lazy loads DOM and SAX reader and keep them for fast use afterwards.
 

Classes in org.hibernate.util used by org.hibernate.event
Cloneable
          An object that is shallow-coneable
 

Classes in org.hibernate.util used by org.hibernate.jmx
ExternalSessionFactoryConfig
          Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA adapter.