Package org.geotools.data.oracle
Class OracleNGJNDIDataStoreFactory
Object
JDBCDataStoreFactory
JDBCJNDIDataStoreFactory
OracleNGJNDIDataStoreFactory
- All Implemented Interfaces:
- DataAccessFactory,- DataStoreFactorySpi,- Factory
JNDI DataStoreFactory for oracle database.
- Author:
- Christian Mueller
- 
Nested Class SummaryNested classes/interfaces inherited from interface DataAccessFactoryDataAccessFactory.Param
- 
Field SummaryFields inherited from class JDBCJNDIDataStoreFactorydelegate, J2EERootContext, JNDI_REFNAMEFields inherited from class JDBCDataStoreFactoryBATCH_INSERT_SIZE, CALLBACK_FACTORY, DATABASE, DATASOURCE, DBTYPE, EVICTOR_TESTS_PER_RUN, EXPOSE_PK, FETCHSIZE, HOST, MAX_OPEN_PREPARED_STATEMENTS, MAXCONN, MAXWAIT, MIN_EVICTABLE_TIME, MINCONN, NAMESPACE, PASSWD, PK_METADATA_TABLE, PORT, SCHEMA, SQL_ON_BORROW, SQL_ON_RELEASE, TEST_WHILE_IDLE, TIME_BETWEEN_EVICTOR_RUNS, USER, VALIDATECONN
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidsetupParameters(Map parameters) Override to omit all those parameters which define the creation of the connection.Methods inherited from class JDBCJNDIDataStoreFactorycheckDBType, createDataSource, createDataStoreInternal, createNewDataStore, createSQLDialect, getDatabaseID, getDescription, getDisplayName, getDriverClassName, getImplementationHints, getJDBCUrl, getValidationQuery, isAvailableMethods inherited from class JDBCDataStoreFactorycanProcess, checkDBType, createDataSource, createDataStore, createSQLDialect, getParametersInfo
- 
Constructor Details- 
OracleNGJNDIDataStoreFactorypublic OracleNGJNDIDataStoreFactory()
 
- 
- 
Method Details- 
setupParametersDescription copied from class:JDBCJNDIDataStoreFactoryOverride to omit all those parameters which define the creation of the connection.- Overrides:
- setupParametersin class- JDBCJNDIDataStoreFactory
- Parameters:
- parameters- Map of- DataAccessFactory.Paramobjects.
 
 
-