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. 
org.hibernate.util Utility classes. 
 

Classes in org.hibernate.util used by org.hibernate.cfg
DTDEntityResolver
          An EntityResolver implementation which attempts to resolve various systemId URLs to local classpath lookups Any systemId URL beginning with http://www.hibernate.org/dtd/ is searched for as a classpath resource in the classloader which loaded the Hibernate classes. Any systemId URL using classpath as the scheme (i.e.
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.
 

Classes in org.hibernate.util used by org.hibernate.util
CalendarComparator
           
JDBCExceptionReporter.StandardWarningHandler
           
JDBCExceptionReporter.WarningHandler
          Contract for handling warnings
JDBCExceptionReporter.WarningHandlerLoggingSupport
          Basic support for JDBCExceptionReporter.WarningHandler implementations which log
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.