Class IdHelper.SortableKey
- java.lang.Object
-
- org.eclipse.persistence.jpa.rs.util.IdHelper.SortableKey
-
- All Implemented Interfaces:
Comparable<IdHelper.SortableKey>
- Enclosing class:
- IdHelper
public static class IdHelper.SortableKey extends Object implements Comparable<IdHelper.SortableKey>
-
-
Constructor Summary
Constructors Constructor Description SortableKey(DatabaseMapping mapping, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(IdHelper.SortableKey o)
int
getIndex()
DatabaseMapping
getMapping()
-
-
-
Constructor Detail
-
SortableKey
public SortableKey(DatabaseMapping mapping, int index)
-
-
Method Detail
-
compareTo
public int compareTo(IdHelper.SortableKey o)
- Specified by:
compareTo
in interfaceComparable<IdHelper.SortableKey>
-
getMapping
public DatabaseMapping getMapping()
-
getIndex
public int getIndex()
-
-