Uses of Interface
com.identityworksllc.iiq.common.query.QueryUtil.ResultProcessor
-
Packages that use QueryUtil.ResultProcessor Package Description com.identityworksllc.iiq.common.query -
-
Uses of QueryUtil.ResultProcessor in com.identityworksllc.iiq.common.query
Methods in com.identityworksllc.iiq.common.query with parameters of type QueryUtil.ResultProcessor Modifier and Type Method Description T
QueryUtil. getResult(String query, QueryUtil.ResultProcessor<? extends T> processor, Object... parameters)
List<T>
QueryUtil. getResults(String query, QueryUtil.ResultProcessor<? extends T> processor, Object... parameters)
-