All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.service.SpiInTuples Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.service;

import io.ebean.InTuples;

import java.util.List;

/**
 * Internal extension to InTuples.
 */
public interface SpiInTuples extends InTuples {

  /**
   * Return the properties of the tuples.
   */
  String[] properties();

  /**
   * Return all the tuple entries.
   */
  List entries();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy