JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Apache Cayenne
org.apache.cayenne.access.flush.operation
DbRowOpSorter
Contents
Description
Method Summary
Method Details
sort(List)
Hide sidebar
Show sidebar
Interface DbRowOpSorter
All Known Implementing Classes:
DefaultDbRowOpSorter
,
GraphBasedDbRowOpSorter
public interface
DbRowOpSorter
Sorter of
DbRowOp
operations.
Since:
4.2
See Also:
default implementation.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
DbRowOp
>
sort
(
List
<
DbRowOp
> dbRows)
Method Details
sort
List
<
DbRowOp
>
sort
(
List
<
DbRowOp
> dbRows)