The Spring Framework

Uses of Package
org.springframework.orm.jdo

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 allows for customizing integration with a specific JDO provider, in particular regarding transaction management and exception translation.
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

Copyright © 2002-2007 The Spring Framework.