| Package | Description |
|---|---|
| com.arangodb.springframework.core | |
| com.arangodb.springframework.core.template |
| Modifier and Type | Method and Description |
|---|---|
CollectionOperations |
ArangoOperations.collection(Class<?> entityClass)
Returns the operations interface for a collection.
|
CollectionOperations |
ArangoOperations.collection(String name)
Returns the operations interface for a collection.
|
CollectionOperations |
ArangoOperations.collection(String name,
com.arangodb.model.CollectionCreateOptions options)
Returns the operations interface for a collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCollectionOperations |
| Modifier and Type | Method and Description |
|---|---|
CollectionOperations |
DefaultUserOperation.CollectionCallback.collection(Class<?> type) |
CollectionOperations |
ArangoTemplate.collection(Class<?> entityClass) |
CollectionOperations |
DefaultUserOperation.CollectionCallback.collection(String name) |
CollectionOperations |
ArangoTemplate.collection(String name) |
CollectionOperations |
ArangoTemplate.collection(String name,
com.arangodb.model.CollectionCreateOptions options) |
Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.