Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » jpa » [javadoc | source]
org.hibernate.search.jpa
public final class: Search [javadoc | source]
java.lang.Object
   org.hibernate.search.jpa.Search
Helper class that should be used when building a FullTextEntityManager
Method from org.hibernate.search.jpa.Search Summary:
createFullTextEntityManager,   getFullTextEntityManager
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.jpa.Search Detail:
 public static FullTextEntityManager createFullTextEntityManager(EntityManager em) 
Deprecated! As - of release 3.1.0, replaced by #getFullTextEntityManager

 public static FullTextEntityManager getFullTextEntityManager(EntityManager em) 
    Build a full text capable EntityManager The underlying EM implementation has to be Hibernate EntityManager