Package org.deegree.feature.persistence.mapping.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.
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.