Class SingleConnectionSet

java.lang.Object
ru.bgcrm.util.sql.ConnectionSet
ru.bgcrm.util.sql.SingleConnectionSet
All Implemented Interfaces:
AutoCloseable

public class SingleConnectionSet extends ConnectionSet
Implementation of ConnectionSet returning always the same master connection. Eliminates advantages of real connection set, can be used as quick adapter.