Interface AnyMatchDAO

All Known Implementing Classes:
AbstractAnyMatchDAO, JPAAnyMatchDAO, Neo4jAnyMatchDAO

public interface AnyMatchDAO
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Any<?>>
    boolean
    matches(T any, SearchCond cond)
    Verify if any matches the given search condition.
  • Method Details

    • matches

      <T extends Any<?>> boolean matches(T any, SearchCond cond)
      Verify if any matches the given search condition.
      Type Parameters:
      T - any
      Parameters:
      any - to be checked
      cond - to be verified
      Returns:
      true if any matches cond