Interface JPAFinderHelper<TT>

Type Parameters:
TT - entity type
All Superinterfaces:
JPAFinder<TT>
All Known Subinterfaces:
JPANativeQuery<TT>
All Known Implementing Classes:
DaoHelper

public interface JPAFinderHelper<TT> extends JPAFinder<TT>
Enhanced JPA Finder interface that provides access to the entity manager, the entity class, and the ability to build a JPAFinder.QueryCriteria record

Also contains convenience interface for use with Delegate