Interface StructuredCollection<T extends StructuredType<?>,EC extends Collection<T>,CT extends StructuredCollection<T,EC,?>>

All Superinterfaces:
Collection<T>, GenericCollection<T,EC>, Iterable<T>, Serializable
All Known Subinterfaces:
ComplexCollection<T,EC,CT>, EntityCollection<T,EC,CT>

public interface StructuredCollection<T extends StructuredType<?>,EC extends Collection<T>,CT extends StructuredCollection<T,EC,?>> extends GenericCollection<T,EC>
Marker interface for Entity and complex type.
  • Method Details

    • nextPage

      CT nextPage()
      Explicit paging result handling.
      Returns:
      next page.
    • hasNextPage

      boolean hasNextPage()
      Checks for next page existence.
      Returns:
      <TRUE whether a next page exist; FALSE otherwise.