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

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

The Spring Framework

Uses of Class
org.springframework.orm.toplink.TopLinkTemplate

Packages that use TopLinkTemplate
org.springframework.orm.toplink.support Classes supporting the org.springframework.orm.toplink package. 
 

Uses of TopLinkTemplate in org.springframework.orm.toplink.support
 

Methods in org.springframework.orm.toplink.support that return TopLinkTemplate
protected  TopLinkTemplate TopLinkDaoSupport.createTopLinkTemplate(SessionFactory sessionFactory)
          Create a TopLinkTemplate for the given SessionFactory.
 TopLinkTemplate TopLinkDaoSupport.getTopLinkTemplate()
          Return the TopLinkTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
 

Methods in org.springframework.orm.toplink.support with parameters of type TopLinkTemplate
 void TopLinkDaoSupport.setTopLinkTemplate(TopLinkTemplate topLinkTemplate)
          Set the TopLinkTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.