Package com.flowlogix.api.dao
package com.flowlogix.api.dao
This package contains the main API classes for the Flow Logix JPA DAO framework.
-
ClassDescriptionJPAFinder<TT>Easily add a composable query enhancement criteria to
JPAFinder.findAll()andJPAFinder.findRange(long, long)methods, as well asJPAFinder.count()methods.Specialized CountQueryCriteria record contains.Partial query criteria, onlyCriteriaBuilderandRoot.Convenience interface for use withJPAFinder.CriteriaBuilderAndRootandJPAFinder.QueryCriteriaand is able to compose many enhanced query lambdas together.JPAFinderHelper<TT>Enhanced JPA Finder interface that provides access to the entity manager, the entity class, and the ability to build aJPAFinder.QueryCriteriarecord.Convenience interface for use withDelegatewhen forwarding methods ofEntityManagerso DaoHelper's own methods get exposed correctly.JPANativeQuery<TT>Interface for creating type-safe JPA native queries.