Uses of Interface
com.flowlogix.api.dao.JPAFinder.QueryEnhancement
Packages that use JPAFinder.QueryEnhancement
Package
Description
This package contains the main API classes for the Flow Logix JPA DAO framework
-
Uses of JPAFinder.QueryEnhancement in com.flowlogix.api.dao
Methods in com.flowlogix.api.dao that return JPAFinder.QueryEnhancementModifier and TypeMethodDescriptiondefault JPAFinder.QueryEnhancement
<TT> JPAFinder.QueryEnhancement.andThen
(JPAFinder.QueryEnhancement<TT> after) Allows for composition of enhancements via method referencesMethods in com.flowlogix.api.dao with parameters of type JPAFinder.QueryEnhancementModifier and TypeMethodDescriptiondefault JPAFinder.QueryEnhancement
<TT> JPAFinder.QueryEnhancement.andThen
(JPAFinder.QueryEnhancement<TT> after) Allows for composition of enhancements via method references