Package org.h2gis.geotools
Class H2GISJNDIDataStoreFactory
Object
JDBCDataStoreFactory
JDBCJNDIDataStoreFactory
H2GISJNDIDataStoreFactory
- All Implemented Interfaces:
DataAccessFactory
,DataStoreFactorySpi
,Factory
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.
JNDI DataStoreFactory for H2GIS database.
- Author:
- Erwan Bocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface DataAccessFactory
DataAccessFactory.Param
-
Field Summary
Fields inherited from class JDBCJNDIDataStoreFactory
delegate, J2EERootContext, JNDI_REFNAME
Fields inherited from class JDBCDataStoreFactory
BATCH_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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
setupParameters
(Map<String, Object> parameters) Override to omit all those parameters which define the creation of the connection.Methods inherited from class JDBCJNDIDataStoreFactory
checkDBType, createDataSource, createDataStoreInternal, createNewDataStore, createSQLDialect, getDatabaseID, getDescription, getDisplayName, getDriverClassName, getImplementationHints, getJDBCUrl, getValidationQuery, isAvailable
Methods inherited from class JDBCDataStoreFactory
canProcess, checkDBType, createDataSource, createDataStore, createSQLDialect, getParametersInfo
-
Constructor Details
-
H2GISJNDIDataStoreFactory
public H2GISJNDIDataStoreFactory()
-
-
Method Details
-
setupParameters
Description copied from class:JDBCJNDIDataStoreFactory
Override to omit all those parameters which define the creation of the connection.- Overrides:
setupParameters
in classJDBCJNDIDataStoreFactory
- Parameters:
parameters
- Map ofDataAccessFactory.Param
objects.
-