Uses of Interface
org.tmatesoft.svn.core.internal.io.fs.IFSSqlJetTransaction
-
Packages that use IFSSqlJetTransaction Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.fs.repcache -
-
Uses of IFSSqlJetTransaction in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type IFSSqlJetTransaction Modifier and Type Method Description void
IFSRepresentationCacheManager. runReadTransaction(IFSSqlJetTransaction transaction)
void
IFSRepresentationCacheManager. runWriteTransaction(IFSSqlJetTransaction transaction)
-
Uses of IFSSqlJetTransaction in org.tmatesoft.svn.core.internal.io.fs.repcache
Methods in org.tmatesoft.svn.core.internal.io.fs.repcache with parameters of type IFSSqlJetTransaction Modifier and Type Method Description void
FSEmptyRepresentationCacheManager. runReadTransaction(IFSSqlJetTransaction transaction)
void
FSRepresentationCacheManager. runReadTransaction(IFSSqlJetTransaction transaction)
void
FSEmptyRepresentationCacheManager. runWriteTransaction(IFSSqlJetTransaction transaction)
void
FSRepresentationCacheManager. runWriteTransaction(IFSSqlJetTransaction transaction)
-