Filtering JPAContainer

    For example, let us filter all the people older than 117:

    This would create a JPQL query somewhat as follows:

    The filtering implementation uses the JPA 2.0 Criteria API transparently. As the filtering is done at the database-level, custom filters that use the Filterable API do not work.