org.webpieces.plugins.hsqldb.H2DbRouteId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-h2db Show documentation
Show all versions of plugin-h2db Show documentation
Webpieces in-memory database plugin
package org.webpieces.plugins.hsqldb;
import org.webpieces.router.api.routes.RouteId;
public enum H2DbRouteId implements RouteId {
REDIRECT_TO_DB_GUI, DATABASE_GUI_PAGE
}