Class SearchType<X>

java.lang.Object
org.dellroad.querystream.jpa.querytype.QueryType<X,AbstractQuery<?>,CriteriaQuery<X>,TypedQuery<X>>
org.dellroad.querystream.jpa.querytype.SearchType<X>
Type Parameters:
X - query result type

public class SearchType<X> extends QueryType<X,AbstractQuery<?>,CriteriaQuery<X>,TypedQuery<X>>
Represents the JPA Criteria API search query type.