Class JPAQueryListAccess<E>

  • All Implemented Interfaces:
    org.exoplatform.commons.utils.ListAccess<E>

    public class JPAQueryListAccess<E>
    extends Object
    implements org.exoplatform.commons.utils.ListAccess<E>
    Author:
    Tuyen Nguyen The.
    • Constructor Detail

      • JPAQueryListAccess

        public JPAQueryListAccess​(Class<E> clazz,
                                  javax.persistence.TypedQuery<Long> countQuery,
                                  javax.persistence.TypedQuery<E> selectQuery)