Class LazyLoadItemListInternalTest.TestPKLazyLoadItemList

All Implemented Interfaces:
Serializable, Iterable<Long>, Collection<Long>, List<Long>
Enclosing class:
LazyLoadItemListInternalTest

public static class LazyLoadItemListInternalTest.TestPKLazyLoadItemList extends LazyLoadItemList<Long>
See Also:
  • Constructor Details

    • TestPKLazyLoadItemList

      public TestPKLazyLoadItemList(List<PK> pks, int prefetchSize)
  • Method Details

    • loadPage

      protected List<Long> loadPage(List<PK> pks)
      Description copied from class: LazyLoadItemList
      Override this method to provide a resolving mechanism for generating values for the pre-fetched BaseLazyLoadItemList.pkList entries.
      Overrides:
      loadPage in class LazyLoadItemList<Long>