Uses of Interface
org.deegree.feature.persistence.sql.id.IDGenerator

Packages that use IDGenerator
org.deegree.feature.persistence.sql.config   
org.deegree.feature.persistence.sql.id   
 

Uses of IDGenerator in org.deegree.feature.persistence.sql.config
 

Methods in org.deegree.feature.persistence.sql.config that return IDGenerator
protected  IDGenerator AbstractMappedSchemaBuilder.buildGenerator(FIDMappingJAXB fidMappingConfig)
           
 

Uses of IDGenerator in org.deegree.feature.persistence.sql.id
 

Classes in org.deegree.feature.persistence.sql.id that implement IDGenerator
 class AutoIDGenerator
          IDGenerator that uses autoincrement columns / insert triggers to generate new ids.
 class SequenceIDGenerator
          IDGenerator that uses database sequences to generate new ids.
 class UUIDGenerator
          IDGenerator that generates new identifiers using the UUID algorithm.
 

Methods in org.deegree.feature.persistence.sql.id that return IDGenerator
 IDGenerator FIDMapping.getIdGenerator()
           
 

Constructors in org.deegree.feature.persistence.sql.id with parameters of type IDGenerator
FIDMapping(String prefix, String delimiter, List<Pair<String,BaseType>> columns, IDGenerator generator)
          Creates a new FIDMapping instance.
 



Copyright © 2011. All Rights Reserved.