Package | Description |
---|---|
org.springframework.orm.jdo.support |
Classes supporting the
org.springframework.orm.jdo package. |
Modifier and Type | Method and Description |
---|---|
protected JdoTemplate |
JdoDaoSupport.createJdoTemplate(javax.jdo.PersistenceManagerFactory persistenceManagerFactory)
Deprecated.
Create a JdoTemplate for the given PersistenceManagerFactory.
|
JdoTemplate |
JdoDaoSupport.getJdoTemplate()
Deprecated.
Return the JdoTemplate for this DAO, pre-initialized
with the PersistenceManagerFactory or set explicitly.
|
Modifier and Type | Method and Description |
---|---|
void |
JdoDaoSupport.setJdoTemplate(JdoTemplate jdoTemplate)
Deprecated.
Set the JdoTemplate for this DAO explicitly,
as an alternative to specifying a PersistenceManagerFactory.
|
Copyright © 2015. All rights reserved.