JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
io.ebean.api
Package
io.ebean.service
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 io.ebean.
InTuples
add
Method Details
properties
String
[]
properties
()
Return the properties of the tuples.
entries
List
<
Object
[]>
entries
()
Return all the tuple entries.