| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | DefaultJdoDialectDefault implementation of the JdoDialectinterface. | 
| Methods in org.springframework.orm.jdo that return JdoDialect | |
|---|---|
|  JdoDialect | JdoAccessor.getJdoDialect()Return the JDO dialect to use for this accessor. | 
|  JdoDialect | JdoTransactionManager.getJdoDialect()Return the JDO dialect to use for this transaction manager. | 
| 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 | JdoAccessor.setJdoDialect(JdoDialect jdoDialect)Set the JDO dialect to use for this accessor. | 
|  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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||