Interface AnyMatchDAO

  • All Superinterfaces:
    DAO<Any<?>>
    All Known Implementing Classes:
    JPAAnyMatchDAO

    public interface AnyMatchDAO
    extends DAO<Any<?>>
    • Method Detail

      • 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