|
|||||||||
| Home >> All >> org >> springframework >> orm >> ojb >> [ support overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.springframework.orm.ojb.support
Package providing integration of Apache OJB with Spring concepts.
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
Package providing integration of Apache OJB with Spring concepts.
Contains OJB factory helper classes, a template plus callback for PersistenceBroker access, and a PersistenceBroker implementation of Spring's transaction SPI.
|
|||||||||
| Home >> All >> org >> springframework >> orm >> ojb >> [ support overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||