Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJdoDialect
Default implementation of the
JdoDialect interface. |
Modifier and Type | Method and Description |
---|---|
JdoDialect |
JdoTransactionManager.getJdoDialect()
Return the JDO dialect to use for this transaction manager.
|
JdoDialect |
JdoAccessor.getJdoDialect()
Deprecated.
Return the JDO dialect to use for this accessor.
|
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
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.
|
Modifier and Type | Method and Description |
---|---|
protected JdoDialect |
SpringPersistenceManagerProxyBean.getJdoDialect()
Return the JDO dialect to use for this proxy.
|
Modifier and Type | Method and Description |
---|---|
void |
SpringPersistenceManagerProxyBean.setJdoDialect(JdoDialect jdoDialect)
Set the JDO dialect to use for this proxy.
|
Copyright © 2015. All rights reserved.