Package org.springframework.orm.ojb.support

Classes supporting the org.springframework.orm.ojb package.

See:
          Description

Class Summary
LocalDataSourceConnectionFactory OJB connection factory that delegates to Spring-managed DataSource beans.
LocalOjbConfigurer This configurer needs to be defined as Spring bean when using LocalDataSourceConnectionFactory, to expose the Spring BeanFactory to the corresponding static field of the connection factory.
PersistenceBrokerDaoSupport Convenient super class for OJB PersistenceBroker data access objects.
TransactionAwareDataSourceConnectionFactory Subclass of LocalDataSourceConnectionFactory that returns transaction-aware proxies for all DataSources retrieved by OJB.
 

Package org.springframework.orm.ojb.support Description

Classes supporting the org.springframework.orm.ojb package. Contains a DAO base class for PersistenceBroker usage.



Copyright (C) 2003-2004 The Spring Framework Project.