Uses of Interface
com.trendmicro.grid.acl.ds.jpa.util.JpaUtils.Callback

Packages that use JpaUtils.Callback
com.trendmicro.grid.acl.ds.jpa.util Defines a collection of shared utilies used by the JPA implementations. 
 

Uses of JpaUtils.Callback in com.trendmicro.grid.acl.ds.jpa.util
 

Fields in com.trendmicro.grid.acl.ds.jpa.util declared as JpaUtils.Callback
static JpaUtils.Callback JpaUtils.SINGLE_ELEMENT_CALLBACK
          Straight converter callback that simply passed single or array input to a single output.
 

Methods in com.trendmicro.grid.acl.ds.jpa.util with parameters of type JpaUtils.Callback
static
<E,V,T extends com.trendmicro.grid.acl.l0.datatypes.AbstractListPage<E>>
T
JpaUtils.toListPage(javax.persistence.Query query, JpaUtils.Callback<V,E> converterCallback, T emptyListPage)
          Converts the given query to a list page using converterCallback to convert results.
static
<E,V,T extends com.trendmicro.grid.acl.l0.datatypes.AbstractListPage<E>>
T
JpaUtils.toListPage(javax.persistence.TypedQuery<V> query, JpaUtils.Callback<V,E> converterCallback, T emptyListPage)
          Converts the given query to a list page using converterCallback to convert results.