Package org.exoplatform.task.dao.jpa
Class JPAQueryListAccess<E>
java.lang.Object
org.exoplatform.task.dao.jpa.JPAQueryListAccess<E>
- All Implemented Interfaces:
org.exoplatform.commons.utils.ListAccess<E>
public class JPAQueryListAccess<E>
extends Object
implements org.exoplatform.commons.utils.ListAccess<E>
-
Constructor Summary
ConstructorsConstructorDescriptionJPAQueryListAccess(Class<E> clazz, jakarta.persistence.TypedQuery<Long> countQuery, jakarta.persistence.TypedQuery<?> selectQuery) -
Method Summary
-
Constructor Details
-
JPAQueryListAccess
-
-
Method Details
-
load
- Specified by:
loadin interfaceorg.exoplatform.commons.utils.ListAccess<E>- Throws:
ExceptionIllegalArgumentException
-
getSize
-