org.geotools.data.hsql.fidmapper |
|
Java Source File Name | Type | Comment |
HsqlFIDMapper.java | Class | This fidmapper just takes another fid mapper aand wraps it! Due
to volatility issues, it seems that without a FIDMapper that isn't
declared to be volatile, some things don't work...the TypedFIDMapper
would've been a good choice except that it makes changes to the FID
in the getID method. |
HsqlFIDMapperFactory.java | Class | This factory is only needed so it can be used as a hook to call
the HsqlFIDMapper. |