public class SQLRepositoryFactory extends Object implements RepositoryFactory
This class is mentioned in the repository extension point defining a given repository. It is constructed by RepositoryManager#getOrRegisterRepository, itself called by the *ManagedConnectionFactory#createRepository of the RA.
Constructor and Description |
---|
SQLRepositoryFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
call()
Constructs the low-level repository with the name previously passed to
RepositoryFactory.init(java.lang.String) . |
void |
init(String repositoryName) |
public void init(String repositoryName)
init
in interface RepositoryFactory
public Object call()
RepositoryFactory
RepositoryFactory.init(java.lang.String)
.call
in interface Callable<Object>
call
in interface RepositoryFactory
Copyright © 2015 Nuxeo SA. All rights reserved.