All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.org.neodatis.odb.DatabaseStartupManager Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
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 - 2024 Weber Informatics LLC | Privacy Policy