net.sf.hajdbc.sql.ProxyContext Maven / Gradle / Ivy
package net.sf.hajdbc.sql;
import net.sf.hajdbc.Database;
import net.sf.hajdbc.DatabaseCluster;
public interface ProxyContext>
{
DatabaseCluster getDatabaseCluster();
}
package net.sf.hajdbc.sql;
import net.sf.hajdbc.Database;
import net.sf.hajdbc.DatabaseCluster;
public interface ProxyContext>
{
DatabaseCluster getDatabaseCluster();
}