Class InMemoryRepositoryConfig
java.lang.Object
org.eclipse.rdf4j.spring.repository.inmemory.InMemoryRepositoryConfig
@Configuration
@EnableConfigurationProperties(InMemoryRepositoryProperties.class)
@ConditionalOnProperty("rdf4j.spring.repository.inmemory.enabled")
public class InMemoryRepositoryConfig
extends Object
- Since:
- 4.0.0
- Author:
- Gabriel Pickl, Florian Kleedorfer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInMemoryRepository
(InMemoryRepositoryProperties repositoryProperties)
-
Constructor Details
-
InMemoryRepositoryConfig
public InMemoryRepositoryConfig()
-
-
Method Details
-
getInMemoryRepository
@Bean public Repository getInMemoryRepository(@Autowired InMemoryRepositoryProperties repositoryProperties)
-