Uses of Package
org.springframework.orm.ojb

Packages that use org.springframework.orm.ojb
org.springframework.orm.ojb Package providing integration of Apache OJB with Spring concepts. 
org.springframework.orm.ojb.support Classes supporting the org.springframework.orm.ojb package. 
 

Classes in org.springframework.orm.ojb used by org.springframework.orm.ojb
OjbAccessor
          Base class for OJB-accessing classes, defining common properties like PBKey.
PersistenceBrokerCallback
          Callback interface for OJB PersistenceBroker code.
PersistenceBrokerOperations
          Interface that specifies a basic set of OJB PersistenceBroker operations.
 

Classes in org.springframework.orm.ojb used by org.springframework.orm.ojb.support
PersistenceBrokerTemplate
          Helper class that simplifies OJB PersistenceBroker data access code, and converts PersistenceBrokerExceptions into Spring DataAccessExceptions, following the org.springframework.dao exception hierarchy.
 



Copyright (c) 2002-2007 The Spring Framework Project.