Class DaoHelper<TT>

java.lang.Object
com.flowlogix.jeedao.DaoHelper<TT>
Type Parameters:
TT -
All Implemented Interfaces:
JPAFinder<TT>, JPAFinderHelper<TT>, JPANativeQuery<TT>, Serializable

public final class DaoHelper<TT> extends Object implements JPANativeQuery<TT>, Serializable
Lightweight wrapper around common JPA methods This is the primary class in the com.flowlogix.jeedao package Implementation of JPAFinder interface
See Also: