|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdoTemplate | |
---|---|
org.springframework.orm.jdo.support | Classes supporting the org.springframework.orm.jdo package. |
Uses of JdoTemplate in org.springframework.orm.jdo.support |
---|
Methods in org.springframework.orm.jdo.support that return JdoTemplate | |
---|---|
protected JdoTemplate |
JdoDaoSupport.createJdoTemplate(javax.jdo.PersistenceManagerFactory persistenceManagerFactory)
Create a JdoTemplate for the given PersistenceManagerFactory. |
JdoTemplate |
JdoDaoSupport.getJdoTemplate()
Return the JdoTemplate for this DAO, pre-initialized with the PersistenceManagerFactory or set explicitly. |
Methods in org.springframework.orm.jdo.support with parameters of type JdoTemplate | |
---|---|
void |
JdoDaoSupport.setJdoTemplate(JdoTemplate jdoTemplate)
Set the JdoTemplate for this DAO explicitly, as an alternative to specifying a PersistenceManagerFactory. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |