|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FIDMapperFactory
Provides a way to plug in user defined policies for primary key to feature ID mapping. In particular, implementors of this interface will provide a FIDMapper given the FeatureType name and the database metadata
modules/library/jdbc (gt-jdbc.jar)
Method Summary | |
---|---|
FIDMapper |
getMapper(SimpleFeatureType featureType)
Deprecated. Returns a FIDMapper for the specified feature type. |
FIDMapper |
getMapper(String catalog,
String schema,
String typeName,
Connection connection)
Deprecated. Returns a FIDMapper for the specified table |
Method Detail |
---|
FIDMapper getMapper(String catalog, String schema, String typeName, Connection connection) throws IOException
catalog
- schema
- typeName
- DOCUMENT ME!connection
- DOCUMENT ME!
IOException
FIDMapper getMapper(SimpleFeatureType featureType)
featureType
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |