Class DelegatingDriver

java.lang.Object
com.vividsolutions.jump.datastore.jdbc.DelegatingDriver
All Implemented Interfaces:
Driver

public class DelegatingDriver extends Object implements Driver
a jdbc driver wrapper to allow loading the driver with custon classloader from an arbitrary location during runtime. DatabaseManager.registerDriver() only registers drivers loaded with the system classloader so we trick it into accepting our driver by wrapping it into this one.
See Also: