deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.io.datastore.idgenerator.IdGenerationException

Packages that use IdGenerationException
org.deegree.io.datastore   
org.deegree.io.datastore.idgenerator   
org.deegree.io.datastore.schema   
org.deegree.io.datastore.sql   
org.deegree.io.datastore.sql.idgenerator   
 

Uses of IdGenerationException in org.deegree.io.datastore
 

Methods in org.deegree.io.datastore that throw IdGenerationException
static Object FeatureId.removeFIDPrefix(String id, MappedGMLId idMapping)
          Removes the prefix from the given feature id.
 

Constructors in org.deegree.io.datastore that throw IdGenerationException
FeatureId(MappedFeatureType ft, String fid)
          Creates a new instance of FeatureId from the given parameters.
FeatureId(MappedGMLId fidDefinition, String fid)
          Deprecated. use FeatureId.FeatureId(MappedFeatureType, String) instead
 

Uses of IdGenerationException in org.deegree.io.datastore.idgenerator
 

Methods in org.deegree.io.datastore.idgenerator that throw IdGenerationException
 void FeatureIdAssigner.assignFID(Feature feature, DatastoreTransaction ta)
          Assigns valid FeatureIds to the given feature instance and it's subfeatures.
 String UUIDGenerator.getNewId(DatastoreTransaction ta)
          Returns a new primary key.
 String ParentIDGenerator.getNewId(DatastoreTransaction ta)
          Returns a new primary key.
abstract  Object IdGenerator.getNewId(DatastoreTransaction ta)
          Returns a new primary key.
 FeatureId UUIDGenerator.getNewId(MappedFeatureType ft, DatastoreTransaction ta)
          Returns a new id for a feature of the given type.
 FeatureId ParentIDGenerator.getNewId(MappedFeatureType ft, DatastoreTransaction ta)
          Returns a new id for a feature of the given type.
abstract  FeatureId IdGenerator.getNewId(MappedFeatureType ft, DatastoreTransaction ta)
          Returns a new id for a feature of the given type.
 

Constructors in org.deegree.io.datastore.idgenerator that throw IdGenerationException
UUIDGenerator(Properties params)
          Creates a new UUIDGenerator instance.
 

Uses of IdGenerationException in org.deegree.io.datastore.schema
 

Methods in org.deegree.io.datastore.schema that throw IdGenerationException
 FeatureId MappedFeatureType.generateFid(DatastoreTransaction ta)
          Generates a new and unique feature identifier.
(package private)  FeatureId MappedGMLId.generateFid(MappedFeatureType ft, DatastoreTransaction ta)
          Generates a new and unique feature identifier.
 Object TableRelation.getNewPK(DatastoreTransaction ta)
          Returns a new primary key generated by the associated IdGenerator.
 

Uses of IdGenerationException in org.deegree.io.datastore.sql
 

Methods in org.deegree.io.datastore.sql that throw IdGenerationException
 int AbstractSQLDatastore.getMaxValue(Connection conn, String tableName, String columnName)
          Returns the maximum (integer) value stored in a certain table column.
 

Uses of IdGenerationException in org.deegree.io.datastore.sql.idgenerator
 

Methods in org.deegree.io.datastore.sql.idgenerator that throw IdGenerationException
 Object DBMaxIdGenerator.getNewId(DatastoreTransaction ta)
          Returns a new primary key.
 Object DBSeqIdGenerator.getNewId(DatastoreTransaction ta)
          Returns a new primary key.
 FeatureId DBMaxIdGenerator.getNewId(MappedFeatureType ft, DatastoreTransaction ta)
          Returns a new id for a feature of the given type.
 FeatureId DBSeqIdGenerator.getNewId(MappedFeatureType ft, DatastoreTransaction ta)
          Returns a new id for a feature of the given type.
 

Constructors in org.deegree.io.datastore.sql.idgenerator that throw IdGenerationException
DBMaxIdGenerator(Properties params)
          Creates a new DBMaxIdGenerator instance.
DBSeqIdGenerator(Properties params)
          Creates a new DBSeqIdGenerator instance.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org