Uses of Package
org.springframework.orm.jdo

Packages that use org.springframework.orm.jdo
org.springframework.orm.jdo Package providing integration of JDO 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 like 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, like access to the underlying JDBC Connection and explicit flushing of changes to the database.
JdoOperations
          Interface that specifies a basic set of JDO operations.
 

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.
 



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