Interface IObjectsSearch


public interface IObjectsSearch
Access point for the interfaces used to search and count persistent objects in various secondary data sources.
Since:
3.19.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an instance of the IDatabaseSearch that provides methods for searching and counting the persistent objects in the database.
    Returns a builder that provides the methods to configure and execute index searches.
  • Method Details

    • database

      @NotNull IDatabaseSearch database()
      Returns an instance of the IDatabaseSearch that provides methods for searching and counting the persistent objects in the database.
      Returns:
      An instance of IDatabaseSearch.
    • index

      @NotNull IIndexSearch index()
      Returns a builder that provides the methods to configure and execute index searches.
      Since:
      3.23.4