Uses of Interface
com.flowlogix.api.dao.JPAFinder
Packages that use JPAFinder
Package
Description
This package contains the main API classes for the Flow Logix JPA DAO framework
Jakarta EE DAO Helper and Typed Native Query
-
Uses of JPAFinder in com.flowlogix.api.dao
Subinterfaces of JPAFinder in com.flowlogix.api.daoModifier and TypeInterfaceDescriptioninterface
JPAFinderHelper<TT>
Enhanced JPA Finder interface that provides access to the entity manager, the entity class, and the ability to build aJPAFinder.QueryCriteria
recordinterface
JPANativeQuery<TT>
Interface for creating type-safe JPA native queries -
Uses of JPAFinder in com.flowlogix.jeedao
Classes in com.flowlogix.jeedao that implement JPAFinderModifier and TypeClassDescriptionfinal class
DaoHelper<TT>
Lightweight wrapper around common JPA methods This is the primary class in thecom.flowlogix.jeedao
package Implementation ofJPAFinder
interface