
src.org.neodatis.odb.DatabaseStartupManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neodatis-odb Show documentation
Show all versions of neodatis-odb Show documentation
The NeoDatis Object Database
/**
*
*/
package org.neodatis.odb;
/**
* @author olivier
* An interface to implement a startup manager. A startup manager will be call on each database open
*
*/
public interface DatabaseStartupManager {
void start(ODB odb);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy