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 {

    void init(Repository r);

    String name();

    PersistenceDriver persistence();

    QueryDriver query();

    NamespaceDriver namespace();

    TransactionDriver transaction();

    EnvironmentDriver environment();

    HelpersDriver helpers();

    PipesDriver pipes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy