Package com.redhat.rhn.common.hibernate

Provides Hibernate utility classes

See:
          Description

Interface Summary
Configurator Simple interface for classes that can modify Hibernate's configuration
 

Class Summary
ForceRecreationListType This is special user collection type that should be used when one wants to force the recreation of a list on a Many-Many mapping table.
HibernateFactory HibernateFactory - Helper superclass that contains methods for fetching and storing Objects from the DB using Hibernate.
HibernateHelper A Database helper class to let us easily get connections
NestedTransactionFactory A transaction factory that ignores transaction nesting.
 

Exception Summary
DuplicateObjectException DuplicateObjectException
HibernateRuntimeException A RuntimeException version of HibernateException.
LookupException Thrown if the the object couldn't be found, or it multiple objects were found
 

Package com.redhat.rhn.common.hibernate Description

Provides Hibernate utility classes