JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
io.ebean.api
io.ebean.service
SpiInTuples
Contents
Description
Method Summary
Method Details
properties()
entries()
Hide sidebar
Show sidebar
Interface SpiInTuples
All Superinterfaces:
InTuples
public interface
SpiInTuples
extends
InTuples
Internal extension to InTuples.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
Object
[]>
entries
()
Return all the tuple entries.
String
[]
properties
()
Return the properties of the tuples.
Methods inherited from interface
InTuples
add
Method Details
properties
String
[]
properties
()
Return the properties of the tuples.
entries
List
<
Object
[]>
entries
()
Return all the tuple entries.