public class ArangoRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> extends RepositoryFactoryBeanSupport<T,S,ID>
OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
ArangoRepositoryFactoryBean(Class<? extends T> repositoryInterface) |
Modifier and Type | Method and Description |
---|---|
protected RepositoryFactorySupport |
createRepositoryFactory() |
void |
setArangoOperations(ArangoOperations arangoOperations) |
afterPropertiesSet, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragments
@Autowired public ArangoRepositoryFactoryBean(Class<? extends T> repositoryInterface)
@Autowired public void setArangoOperations(ArangoOperations arangoOperations)
protected RepositoryFactorySupport createRepositoryFactory()
createRepositoryFactory
in class RepositoryFactoryBeanSupport<T extends Repository<S,ID>,S,ID>
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.