org.sonar.batch.bootstrap
Class BatchDatabaseSessionFactory

java.lang.Object
  extended by org.sonar.batch.bootstrap.BatchDatabaseSessionFactory
All Implemented Interfaces:
DatabaseSessionFactory

public class BatchDatabaseSessionFactory
extends Object
implements DatabaseSessionFactory


Constructor Summary
BatchDatabaseSessionFactory(DatabaseSession session)
           
 
Method Summary
 void clear()
           
 DatabaseSession getSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchDatabaseSessionFactory

public BatchDatabaseSessionFactory(DatabaseSession session)
Method Detail

getSession

public DatabaseSession getSession()
Specified by:
getSession in interface DatabaseSessionFactory

clear

public void clear()
Specified by:
clear in interface DatabaseSessionFactory


Copyright © 2009–2015 SonarSource. All rights reserved.