Uses of Interface
com.arangodb.springframework.core.CollectionOperations
Packages that use CollectionOperations
-
Uses of CollectionOperations in com.arangodb.springframework.core
Methods in com.arangodb.springframework.core that return CollectionOperationsModifier and TypeMethodDescriptionArangoOperations.collection
(Class<?> entityClass) Returns the operations interface for a collection.ArangoOperations.collection
(String name) Returns the operations interface for a collection.ArangoOperations.collection
(String name, com.arangodb.model.CollectionCreateOptions options) Returns the operations interface for a collection. -
Uses of CollectionOperations in com.arangodb.springframework.core.template
Classes in com.arangodb.springframework.core.template that implement CollectionOperationsMethods in com.arangodb.springframework.core.template that return CollectionOperationsModifier and TypeMethodDescriptionArangoTemplate.collection
(Class<?> entityClass) ArangoTemplate.collection
(String name) ArangoTemplate.collection
(String name, com.arangodb.model.CollectionCreateOptions options) DefaultUserOperation.CollectionCallback.collection
(Class<?> type) DefaultUserOperation.CollectionCallback.collection
(String name)