001package net.sf.hajdbc.sql; 002 003import net.sf.hajdbc.Database; 004import net.sf.hajdbc.DatabaseCluster; 005 006public interface ProxyContext<Z, D extends Database<Z>> 007{ 008 DatabaseCluster<Z, D> getDatabaseCluster(); 009}