Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » query » [javadoc | source]
org.hibernate.search.query
public class: FullTextQueryImpl [javadoc | source]
java.lang.Object
   org.hibernate.impl.AbstractQueryImpl
      org.hibernate.search.query.FullTextQueryImpl

All Implemented Interfaces:
    FullTextQuery

Implementation of org.hibernate.search.FullTextQuery
Constructor:
 public FullTextQueryImpl(Query query,
    Class[] classes,
    SessionImplementor session,
    ParameterMetadata parameterMetadata) 
    classes must be immutable
Method from org.hibernate.search.query.FullTextQueryImpl Summary:
disableFullTextFilter,   enableFullTextFilter,   executeUpdate,   explain,   getLockModes,   getResultSize,   iterate,   list,   scroll,   scroll,   setCriteriaQuery,   setFetchSize,   setFilter,   setFirstResult,   setLockMode,   setMaxResults,   setProjection,   setResultTransformer,   setSort
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.query.FullTextQueryImpl Detail:
 public  void disableFullTextFilter(String name) 
 public FullTextFilter enableFullTextFilter(String name) 
 public int executeUpdate() throws HibernateException 
 public Explanation explain(int documentId) 
 protected Map getLockModes() 
 public int getResultSize() 
 public Iterator iterate() throws HibernateException 
    Return an interator on the results. Retrieve the object one by one (initialize it during the next() operation)
 public List list() throws HibernateException 
 public ScrollableResults scroll() throws HibernateException 
 public ScrollableResults scroll(ScrollMode scrollMode) throws HibernateException 
 public FullTextQuery setCriteriaQuery(Criteria criteria) 
 public FullTextQuery setFetchSize(int fetchSize) 
 public FullTextQuery setFilter(Filter filter) 
    {@inheritDoc}
 public FullTextQuery setFirstResult(int firstResult) 
 public Query setLockMode(String alias,
    LockMode lockMode) 
 public FullTextQuery setMaxResults(int maxResults) 
 public FullTextQuery setProjection(String fields) 
 public FullTextQuery setResultTransformer(ResultTransformer transformer) 
 public FullTextQuery setSort(Sort sort) 
    {@inheritDoc}