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 |
---|---|
Repository |
createRepository(RepositoryDescriptor descriptor)
Creates a repository implementation given a repository descriptor object.
|
public Repository createRepository(RepositoryDescriptor descriptor) throws Exception
RepositoryFactory
createRepository
in interface RepositoryFactory
descriptor
- the repository descriptorException
- if an error occursCopyright © 2013 Nuxeo SA. All Rights Reserved.