io.progix.dropwizard.jooq.tenancy.TenantConnectionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-jooq Show documentation
Show all versions of dropwizard-jooq Show documentation
A Dropwizard bundle for jOOQ integration.
The newest version!
package io.progix.dropwizard.jooq.tenancy;
import io.dropwizard.lifecycle.Managed;
import java.sql.Connection;
public interface TenantConnectionProvider extends Managed {
public Connection acquire(String tenantIdentifier);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy