public class FilePathInitializationPlugin extends Object implements InitializationPlugin
| Constructor and Description | 
|---|
FilePathInitializationPlugin(String resource,
                            Charset charset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
connectionMade(String name,
              Connection connection)
Invoked by  
EmbeddedDatabaseRule after the in-memory database has been created | 
public void connectionMade(String name, Connection connection)
InitializationPluginEmbeddedDatabaseRule after the in-memory database has been createdconnectionMade in interface InitializationPluginname - the name of the in-memory H2 databaaseconnection - a connection to the databaseCopyright © 2014—2018 Sondre Eikanger Kvalø. All rights reserved..