Package org.springframework.orm.toplink

Examples of org.springframework.orm.toplink.TopLinkTemplate


   * @param sessionFactory the TopLink SessionFactory to create a TopLinkTemplate for
   * @return the new TopLinkTemplate instance
   * @see #setSessionFactory
   */
  protected TopLinkTemplate createTopLinkTemplate(SessionFactory sessionFactory) {
    return new TopLinkTemplate(sessionFactory);
  }
View Full Code Here


   * @param sessionFactory the TopLink SessionFactory to create a TopLinkTemplate for
   * @return the new TopLinkTemplate instance
   * @see #setSessionFactory
   */
  protected TopLinkTemplate createTopLinkTemplate(SessionFactory sessionFactory) {
    return new TopLinkTemplate(sessionFactory);
  }
View Full Code Here

TOP

Related Classes of org.springframework.orm.toplink.TopLinkTemplate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.