Uses of Interface
org.hibernate.search.ProjectionConstants

Packages that use ProjectionConstants
org.hibernate.search   
org.hibernate.search.jpa.impl   
 

Uses of ProjectionConstants in org.hibernate.search
 

Subinterfaces of ProjectionConstants in org.hibernate.search
 interface FullTextQuery
          The base interface for Lucene powered searches.
 

Uses of ProjectionConstants in org.hibernate.search.jpa.impl
 

Classes in org.hibernate.search.jpa.impl that implement ProjectionConstants
 class FullTextQueryImpl