Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
<T> DocumentResultEntity<T> |
ArangoDriver.executeSimpleFirst(String collectionName,
Integer count,
Class<T> clazz)
This will return the first document(s) from the collection, in the order
of insertion/update time.
|
<T> DocumentResultEntity<T> |
InternalSimpleDriver.executeSimpleFirst(String database,
String collectionName,
Integer count,
Class<T> clazz) |
<T> DocumentResultEntity<T> |
ArangoDriver.executeSimpleLast(String collectionName,
Integer count,
Class<T> clazz)
This will return the last document(s) from the collection, in the order
of insertion/update time.
|
<T> DocumentResultEntity<T> |
InternalSimpleDriver.executeSimpleLast(String database,
String collectionName,
Integer count,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
DocumentResultEntity<?> |
EntityDeserializers.DocumentResultEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
<T> DocumentResultEntity<T> |
InternalSimpleDriverImpl.executeSimpleFirst(String database,
String collectionName,
Integer count,
Class<T> clazz) |
<T> DocumentResultEntity<T> |
InternalSimpleDriverImpl.executeSimpleLast(String database,
String collectionName,
Integer count,
Class<T> clazz) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.