|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.orm.jdo | |
---|---|
org.springframework.orm.jdo | Package providing integration of JDO (Java Date Objects) with Spring concepts. |
org.springframework.orm.jdo.support | Classes supporting the org.springframework.orm.jdo package. |
Classes in org.springframework.orm.jdo used by org.springframework.orm.jdo | |
---|---|
JdoAccessor
Base class for JdoTemplate and JdoInterceptor, defining common properties such as PersistenceManagerFactory and flushing behavior. |
|
JdoCallback
Callback interface for JDO code. |
|
JdoDialect
SPI strategy that encapsulates certain functionality that standard JDO 1.0 does not offer despite being relevant in the context of O/R mapping, such as access to the underlying JDBC Connection and explicit flushing of changes to the database. |
|
JdoOperations
Interface that specifies a basic set of JDO operations, implemented by JdoTemplate . |
Classes in org.springframework.orm.jdo used by org.springframework.orm.jdo.support | |
---|---|
JdoTemplate
Helper class that simplifies JDO data access code, and converts JDOExceptions into Spring DataAccessExceptions, following the org.springframework.dao exception hierarchy. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |