Class ArrayStoreIterator<E>

java.lang.Object
org.datanucleus.store.rdbms.scostore.ArrayStoreIterator<E>
All Implemented Interfaces:
Iterator<E>

public class ArrayStoreIterator<E> extends Object implements Iterator<E>
ArrayStore iterator for RDBMS datastores.
  • Field Details

    • ec

      private final org.datanucleus.ExecutionContext ec
    • delegate

      private final Iterator<E> delegate
      Underlying iterator that we wrap.
    • lastElement

      private E lastElement
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<E>
    • next

      public E next()
      Specified by:
      next in interface Iterator<E>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<E>
    • next

      protected boolean next(Object rs)
    • getOwnerFieldMetaData

      protected org.datanucleus.metadata.AbstractMemberMetaData getOwnerFieldMetaData(Table containerTable)