Package com.subshell.persistence.hibernate

Persistence API implementation using Hibernate.

See:
          Description

Class Summary
HibernateDatabase Database implementation using Hibernate.
HibernateTransaction Transaction implementation using Hibernate.
 

Package com.subshell.persistence.hibernate Description

Persistence API implementation using Hibernate.

This implementation supports all the features of the abstract persistence API. In addition, it implements methods like HibernateTransaction.getSession(). This method can be used by persistence mappers to obtain a Hibernate Session instance which can then be used for further (optimized) database activity.

Note: Only Hibernate-specific persistence mappers should use classes in this package directly.



Copyright © 2004-2005 subshell GmbH. All Rights Reserved.