@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @Import(value=ArangoRepositoriesRegistrar.class) public @interface EnableArangoRepositories
Modifier and Type | Optional Element and Description |
---|---|
Class<?>[] |
basePackageClasses |
String[] |
basePackages |
org.springframework.context.annotation.ComponentScan.Filter[] |
excludeFilters |
org.springframework.context.annotation.ComponentScan.Filter[] |
includeFilters |
String |
namedQueriesLocation
Configures the location of the Spring Data named queries properties file.
|
org.springframework.data.repository.query.QueryLookupStrategy.Key |
queryLookupStrategy
Returns the key of the
QueryLookupStrategy that should be used to lookup queries for query methods. |
Class<?> |
repositoryFactoryBeanClass |
String |
repositoryImplementationPostfix
Returns the postfix to be used for custom repository implementations.
|
String[] |
value |
public abstract String[] value
public abstract String[] basePackages
public abstract Class<?>[] basePackageClasses
public abstract org.springframework.context.annotation.ComponentScan.Filter[] includeFilters
public abstract org.springframework.context.annotation.ComponentScan.Filter[] excludeFilters
public abstract String repositoryImplementationPostfix
public abstract Class<?> repositoryFactoryBeanClass
public abstract String namedQueriesLocation
META-INF/arango-named-queries.properties
.public abstract org.springframework.data.repository.query.QueryLookupStrategy.Key queryLookupStrategy
QueryLookupStrategy
that should be used to lookup queries for query methods.
Currently only the default QueryLookupStrategy.Key.CREATE_IF_NOT_FOUND
is supported.Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.