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

io.yawp.driver.api.Driver Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.driver.api;

import io.yawp.repository.Repository;

public interface Driver {

	public void init(Repository r);

	public PersistenceDriver persistence();

	public QueryDriver query();

	public NamespaceDriver namespace();

	public TransactionDriver transaction();

	public EnvironmentDriver environment();

	public HelpersDriver helpers();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy