Uses of Package
com.flowlogix.api.dao
Packages that use com.flowlogix.api.dao
Package
Description
This package contains the main API classes for the Flow Logix JPA DAO framework
Jakarta EE DAO Helper and Typed Native Query
-
Classes in com.flowlogix.api.dao used by com.flowlogix.api.daoClassDescriptionEasily add a composable query enhancement criteria to
JPAFinder.findAll()
andJPAFinder.findRange(long, long)
methods, as well asJPAFinder.count()
methodsPartial query criteria, onlyCriteriaBuilder
andRoot
Used by enriched count and find query methods / lambdasConvenience interface for use withJPAFinder.CriteriaBuilderAndRoot
andJPAFinder.QueryCriteria
and is able to compose many enhanced query lambdas togetherEnhanced JPA Finder interface that provides access to the entity manager, the entity class, and the ability to build aJPAFinder.QueryCriteria
record -
Classes in com.flowlogix.api.dao used by com.flowlogix.jeedaoClassDescriptionEasily add a composable query enhancement criteria to
JPAFinder.findAll()
andJPAFinder.findRange(long, long)
methods, as well asJPAFinder.count()
methodsEnhanced JPA Finder interface that provides access to the entity manager, the entity class, and the ability to build aJPAFinder.QueryCriteria
recordInterface for creating type-safe JPA native queries