Class IdentityDAOImpl.JPAListAccess<T>
java.lang.Object
org.exoplatform.social.core.jpa.storage.dao.jpa.IdentityDAOImpl.JPAListAccess<T>
- All Implemented Interfaces:
org.exoplatform.commons.utils.ListAccess<T>
- Enclosing class:
IdentityDAOImpl
public static class IdentityDAOImpl.JPAListAccess<T>
extends Object
implements org.exoplatform.commons.utils.ListAccess<T>
-
Constructor Summary
ConstructorsConstructorDescriptionJPAListAccess(Class<T> clazz) JPAListAccess(Class<T> clazz, jakarta.persistence.TypedQuery<T> selectQuery, jakarta.persistence.TypedQuery<Long> countQuery) -
Method Summary
-
Constructor Details
-
JPAListAccess
-
JPAListAccess
-
-
Method Details
-
load
- Specified by:
loadin interfaceorg.exoplatform.commons.utils.ListAccess<T>- Throws:
ExceptionIllegalArgumentException
-
getSize
-