站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.orm.jdo.JdoTemplate (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.orm.jdo.JdoTemplate

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

Copyright © 2002-2007 The Spring Framework.