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-2008 The Spring Framework.