public class DefaultPaginationSqlDaoHelper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultPaginationSqlDaoHelper.Ordering |
static class |
DefaultPaginationSqlDaoHelper.PaginationIteratorBuilder<M extends EntityModelDao<E>,E extends org.killbill.billing.util.entity.Entity,S extends EntitySqlDao<M,E>> |
| Constructor and Description |
|---|
DefaultPaginationSqlDaoHelper(EntitySqlDaoTransactionalJdbiWrapper transactionalSqlDao) |
| Modifier and Type | Method and Description |
|---|---|
<E extends org.killbill.billing.util.entity.Entity,M extends EntityModelDao<E>,S extends EntitySqlDao<M,E>> |
getPagination(java.lang.Class<? extends EntitySqlDao<M,E>> sqlDaoClazz,
DefaultPaginationSqlDaoHelper.PaginationIteratorBuilder<M,E,S> paginationIteratorBuilder,
java.lang.Long offset,
java.lang.Long limitMaybeNegative,
InternalTenantContext context) |
public DefaultPaginationSqlDaoHelper(EntitySqlDaoTransactionalJdbiWrapper transactionalSqlDao)
public <E extends org.killbill.billing.util.entity.Entity,M extends EntityModelDao<E>,S extends EntitySqlDao<M,E>> org.killbill.billing.util.entity.Pagination<M> getPagination(java.lang.Class<? extends EntitySqlDao<M,E>> sqlDaoClazz, DefaultPaginationSqlDaoHelper.PaginationIteratorBuilder<M,E,S> paginationIteratorBuilder, java.lang.Long offset, java.lang.Long limitMaybeNegative, @Nullable InternalTenantContext context)
Copyright © 2010-2020. All Rights Reserved.