站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.orm.jdo.JdoDialect (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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 LocalPersistenceManagerFactoryBean.setJdoDialect(JdoDialect jdoDialect)
          Set the JDO dialect to use for the PersistenceExceptionTranslator functionality of this factory.
 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.