@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 |
Class<?> |
repositoryFactoryBeanClass |
String |
repositoryImplementationPostfix |
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
Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.