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()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.Enhanced JPA Finder interface that provides access to the entity manager, the entity class, and the ability to build aJPAFinder.QueryCriteriarecord. -
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()methods.Specialized CountQueryCriteria record contains.Enhanced JPA Finder interface that provides access to the entity manager, the entity class, and the ability to build aJPAFinder.QueryCriteriarecord.Interface for creating type-safe JPA native queries.