Package org.deegree.feature.persistence.sql.id

Interface Summary
IDGenerator Interface for feature id generators.
 

Class Summary
AutoIDGenerator IDGenerator that uses autoincrement columns / insert triggers to generate new ids.
FIDMapping Defines the mapping between feature ids and a relational model.
IdAnalysis Analysis of an incoming feature / geometry id.
IdAnalyzer Helper class for analyzing if a given feature or geometry id can be attributed to a certain feature type.
SequenceIDGenerator IDGenerator that uses database sequences to generate new ids.
UUIDGenerator IDGenerator that generates new identifiers using the UUID algorithm.
 



Copyright © 2011. All Rights Reserved.