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 intcompareTo(IdHelper.SortableKey o)intgetIndex()DatabaseMappinggetMapping()
-
-
-
Constructor Detail
-
SortableKey
public SortableKey(DatabaseMapping mapping, int index)
-
-
Method Detail
-
compareTo
public int compareTo(IdHelper.SortableKey o)
- Specified by:
compareToin interfaceComparable<IdHelper.SortableKey>
-
getMapping
public DatabaseMapping getMapping()
-
getIndex
public int getIndex()
-
-