All Classes and Interfaces
Class
Description
Lightweight wrapper around common JPA methods
This is the primary class in the
com.flowlogix.jeedao
package
Implementation of JPAFinder
interfaceQualifier specify annotation that inject a particular
EntityManager
Data Access Object pattern implementation that is meant to be inherited by the user's classes.
Transform strings that start with javax package into jakarta strings,
if it's detected to be in jakarta environment
Easily add a composable query enhancement criteria to
JPAFinder.findAll()
and JPAFinder.findRange(long, long)
methods,
as well as JPAFinder.count()
methodsPartial query criteria, only
CriteriaBuilder
and Root
Used by enriched count and find query methods / lambdasConvenience interface for use with
JPAFinder.CriteriaBuilderAndRoot
and JPAFinder.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 a
JPAFinder.QueryCriteria
recordConvenience interface for use with
Delegate
when forwarding methods
of EntityManager
so DaoHelper's own methods get exposed correctlyInterface for creating type-safe JPA native queries
Automatically resolves CSS / JS, etc. resource URLs to there minimized versions in non-development mode.
Serialization test mechanism
modifies xml files inside the archive according to xpath and function
Read String from Stream
Does not close the stream afterward
Converts from any String to any type dynamically,
using
static valueOf(String input)
method of the target type,
or other methods with equivalent functionalitytype-safe native query, avoids casts or unchecked warnings
aids in implementation of OmniFaces
UnmappedResourceHandler