Uses of Record Class
com.flowlogix.api.dao.JPAFinder.CountQueryCriteria
Packages that use JPAFinder.CountQueryCriteria
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.CountQueryCriteria in com.flowlogix.api.dao
Methods in com.flowlogix.api.dao with parameters of type JPAFinder.CountQueryCriteriaModifier and TypeMethodDescriptiondefault voidJPAFinder.QueryEnhancement.accept(JPAFinder.CountQueryCriteria<TT> criteria) Convenience method reference for use inJPAFinder.count(Consumer)parametersMethod parameters in com.flowlogix.api.dao with type arguments of type JPAFinder.CountQueryCriteriaModifier and TypeMethodDescriptionlongJPAFinder.count(Consumer<JPAFinder.CountQueryCriteria<TT>> countQueryCriteria) count with enriched, composable criteria -
Uses of JPAFinder.CountQueryCriteria in com.flowlogix.jeedao
Method parameters in com.flowlogix.jeedao with type arguments of type JPAFinder.CountQueryCriteriaModifier and TypeMethodDescriptionlongDaoHelper.count(Consumer<JPAFinder.CountQueryCriteria<TT>> countQueryCriteria) count with enriched, composable criteria