Package org.jrest4guice.search.hs

Examples of org.jrest4guice.search.hs.HibernateSearchGuiceModuleProvider


   * 打开Hibernate search功能
   * @return
   */
  public PersistenceGuiceContext useHibernateSearch(){
    Assert.isTrue(this.useHibernate || this.useJPA, "Hibernate search 需要hibernate 或者 jpa的支持");
    this.addModuleProvider(new HibernateSearchGuiceModuleProvider());
    return this;
  }
View Full Code Here

TOP

Related Classes of org.jrest4guice.search.hs.HibernateSearchGuiceModuleProvider

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.