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 Details

    • JPAListAccess

      public JPAListAccess(Class<T> clazz)
    • JPAListAccess

      public JPAListAccess(Class<T> clazz, jakarta.persistence.TypedQuery<T> selectQuery, jakarta.persistence.TypedQuery<Long> countQuery)
  • Method Details