Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
<T> ScalarExampleEntity<T> |
ArangoDriver.executeSimpleAny(String collectionName,
Class<T> clazz)
Returns a random document from the collection
|
<T> ScalarExampleEntity<T> |
InternalSimpleDriver.executeSimpleAny(String database,
String collectionName,
Class<T> clazz) |
<T> ScalarExampleEntity<T> |
ArangoDriver.executeSimpleFirstExample(String collectionName,
Map<String,Object> example,
Class<T> clazz)
Returns the first document matching the example
|
<T> ScalarExampleEntity<T> |
InternalSimpleDriver.executeSimpleFirstExample(String database,
String collectionName,
Map<String,Object> example,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
ScalarExampleEntity<?> |
EntityDeserializers.ScalarExampleEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
<T> ScalarExampleEntity<T> |
InternalSimpleDriverImpl.executeSimpleAny(String database,
String collectionName,
Class<T> clazz) |
<T> ScalarExampleEntity<T> |
InternalSimpleDriverImpl.executeSimpleFirstExample(String database,
String collectionName,
Map<String,Object> example,
Class<T> clazz) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.