Class JDBCJNDIDataStoreFactory

Object
JDBCDataStoreFactory
JDBCJNDIDataStoreFactory
All Implemented Interfaces:
DataAccessFactory, DataStoreFactorySpi, Factory
Direct Known Subclasses:
DB2NGJNDIDataStoreFactory, H2GISJNDIDataStoreFactory, H2JNDIDataStoreFactory, HanaJNDIDataStoreFactory, InformixJNDIDataStoreFactory, MySQLJNDIDataStoreFactory, OracleNGJNDIDataStoreFactory, PostgisNGJNDIDataStoreFactory, SingleStoreJNDIDataStoreFactory, SQLServerJNDIDataStoreFactory, TeradataJNDIDataStoreFactory

public abstract class JDBCJNDIDataStoreFactory extends JDBCDataStoreFactory
Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.

Subclasses should not need to override any methods, only just call the parent constructor passing in the non JNDI datastore factory to delegate to.

Author:
Christian Mueller