All Classes and Interfaces

Class
Description
 
 
 
Lightweight wrapper around common JPA methods.
Qualifier 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() methods.
Specialized CountQueryCriteria record contains.
Partial query criteria, only CriteriaBuilder and Root.
QueryCriteria record contains CriteriaBuilder, Root and CriteriaQuery.
Convenience interface for use with JPAFinder.CriteriaBuilderAndRoot and JPAFinder.QueryCriteria and 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 a JPAFinder.QueryCriteria record.
Convenience interface for use with Delegate when forwarding methods of EntityManager so DaoHelper's own methods get exposed correctly.
Interface 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 functionality.
type-safe native query, avoids casts or unchecked warnings.
aids in implementation of OmniFaces UnmappedResourceHandler.