public static interface TransientRepository.RepositoryFactory
RepositoryImpl instances.
Used to give greater control of the repository initialization process
to users of the TransientRepository class.| Modifier and Type | Method and Description |
|---|---|
RepositoryImpl |
getRepository()
Creates and initializes a repository instance.
|
RepositoryImpl getRepository() throws RepositoryException
RepositoryException - if an instance can not be createdCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.