Module io.ebean.api

Interface SpiInTuples

All Superinterfaces:
InTuples

public interface SpiInTuples extends InTuples
Internal extension to InTuples.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return all the tuple entries.
    Return the properties of the tuples.

    Methods inherited from interface io.ebean.InTuples

    add
  • Method Details

    • properties

      String[] properties()
      Return the properties of the tuples.
    • entries

      List<Object[]> entries()
      Return all the tuple entries.