Uses of Interface
org.springframework.orm.jdo.JdoDialect

Packages that use JdoDialect
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
 

Uses of JdoDialect in org.springframework.orm.jdo
 

Classes in org.springframework.orm.jdo that implement JdoDialect
 class DefaultJdoDialect
          Default implementation of the JdoDialect interface.
 

Methods in org.springframework.orm.jdo that return JdoDialect
 JdoDialect JdoTransactionManager.getJdoDialect()
          Return the JDO dialect to use for this transaction manager.
 JdoDialect JdoAccessor.getJdoDialect()
          Return the JDO dialect to use for this accessor.
 

Methods in org.springframework.orm.jdo with parameters of type JdoDialect
static void PersistenceManagerFactoryUtils.applyTransactionTimeout(javax.jdo.Query query, javax.jdo.PersistenceManagerFactory pmf, JdoDialect jdoDialect)
          Apply the current transaction timeout, if any, to the given JDO Query object.
 void JdoTransactionManager.setJdoDialect(JdoDialect jdoDialect)
          Set the JDO dialect to use for this transaction manager.
 void JdoAccessor.setJdoDialect(JdoDialect jdoDialect)
          Set the JDO dialect to use for this accessor.
 



Copyright (c) 2002-2007 The Spring Framework Project.