Class JDBCBrokerFactory

java.lang.Object
org.apache.openjpa.kernel.AbstractBrokerFactory
org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
All Implemented Interfaces:
Serializable, BrokerFactory, Closeable
Direct Known Subclasses:
DistributedJDBCBrokerFactory

public class JDBCBrokerFactory extends AbstractBrokerFactory
BrokerFactory type for use with the JDBC runtime.
Author:
Abe White, Marc Prud'hommeaux
See Also: