Interface NamedQueryService

All Known Implementing Classes:
FlexibleSearchNamedQueryService

public interface NamedQueryService
NamedQuery Service interface for search operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> SearchResult<T>
    Performs a search based on the given namedQuery attribute
    <T> List<T>
    search(NamedQuery namedQuery)
    Performs a search based on the given namedQuery attribute