|
The Spring Framework | |||||||||
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 |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |