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 flushing behavior.
JdoCallback
          Callback interface for JDO code.
JdoDialect
          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.
PersistenceManagerHolder
          Holder wrapping a JDO PersistenceManager.
 

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 JdoUsage/JdoSystemException, compatible to the org.springframework.dao exception hierarchy.
 



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