|
Spring Data Document | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.mongodb.core.query.Sort
public class Sort
| Constructor Summary | |
|---|---|
Sort()
|
|
Sort(String key,
Order order)
|
|
| Method Summary | |
|---|---|
DBObject |
getSortObject()
|
Sort |
on(String key,
Order order)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sort()
public Sort(String key,
Order order)
| Method Detail |
|---|
public Sort on(String key,
Order order)
public DBObject getSortObject()
|
Spring Data Document | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||