org.openrdf.repository.flushable
Class FlushableRepository
java.lang.Object
org.openrdf.repository.base.RepositoryWrapper
org.openrdf.repository.flushable.FlushableRepository
- All Implemented Interfaces:
- DelegatingRepository, Repository
public class FlushableRepository
- extends RepositoryWrapper
- Author:
- James Leigh
- See Also:
FlushableConnection
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushableRepository
public FlushableRepository()
FlushableRepository
public FlushableRepository(Repository delegate)
FlushableRepository
public FlushableRepository(Repository delegate,
boolean autoFlush)
getConnection
public RepositoryConnection getConnection()
throws RepositoryException
- Specified by:
getConnection in interface Repository- Overrides:
getConnection in class RepositoryWrapper
- Throws:
RepositoryException
setAutoFlush
public void setAutoFlush(boolean autoFlush)
Copyright © 2004-2008 Aduna. All Rights Reserved.