public interface InitializationPlugin
| Modifier and Type | Method and Description | 
|---|---|
void | 
connectionMade(String name,
              Connection connection)
Invoked by  
EmbeddedDatabaseRule after the in-memory database has been created | 
void connectionMade(String name, Connection connection)
EmbeddedDatabaseRule after the in-memory database has been createdname - the name of the in-memory H2 databaaseconnection - a connection to the databaseCopyright © 2014—2018 Sondre Eikanger Kvalø. All rights reserved..