Package at.molindo.esi4j.module.hibernate.scrolling

Examples of at.molindo.esi4j.module.hibernate.scrolling.CustomQueryScrollingSessionProvider


   * @param type
   * @param queryProvider
   * @return this
   */
  public HibernateIndexManager queryProvider(Class<?> type, QueryProvider queryProvider) {
    scrollingProvider(new CustomQueryScrollingSessionProvider(type, queryProvider));
    return this;
  }
View Full Code Here

TOP

Related Classes of at.molindo.esi4j.module.hibernate.scrolling.CustomQueryScrollingSessionProvider

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.