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

Uses of Interface
org.deegree.io.datastore.DatastoreTransaction

Packages that use DatastoreTransaction
org.deegree.io.datastore   
org.deegree.io.datastore.cached   
org.deegree.io.datastore.idgenerator   
org.deegree.io.datastore.schema   
org.deegree.io.datastore.sde   
org.deegree.io.datastore.shape   
org.deegree.io.datastore.sql   
org.deegree.io.datastore.sql.generic   
org.deegree.io.datastore.sql.idgenerator   
org.deegree.io.datastore.sql.transaction   
org.deegree.io.datastore.wfs   
 

Uses of DatastoreTransaction in org.deegree.io.datastore
 

Methods in org.deegree.io.datastore that return DatastoreTransaction
 DatastoreTransaction Datastore.acquireTransaction()
          Acquires transactional access to the datastore instance.
 

Methods in org.deegree.io.datastore with parameters of type DatastoreTransaction
abstract  FeatureCollection Datastore.performQuery(Query query, MappedFeatureType[] rootFts, DatastoreTransaction context)
          Performs a query against the datastore (in the given transaction context).
 void Datastore.releaseTransaction(DatastoreTransaction ta)
          Returns the transaction to the datastore.
 

Uses of DatastoreTransaction in org.deegree.io.datastore.cached
 

Methods in org.deegree.io.datastore.cached with parameters of type DatastoreTransaction
 FeatureCollection CachedWFSDatastore.performQuery(Query query, MappedFeatureType[] rootFts, DatastoreTransaction context)
           
 

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

Methods in org.deegree.io.datastore.idgenerator with parameters of type DatastoreTransaction
 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.
 

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

Methods in org.deegree.io.datastore.schema that return DatastoreTransaction
 DatastoreTransaction MappedFeatureType.acquireTransaction()
          Retrieves a transaction object for this feature type.
 

Methods in org.deegree.io.datastore.schema with parameters of type DatastoreTransaction
 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.
 FeatureCollection MappedFeatureType.performQuery(Query query, DatastoreTransaction context)
          Performs the given Query inside the given transaction context.
 

Uses of DatastoreTransaction in org.deegree.io.datastore.sde
 

Classes in org.deegree.io.datastore.sde that implement DatastoreTransaction
 class SDETransaction
          Handles Transaction requests to SQL based datastores.
 

Methods in org.deegree.io.datastore.sde that return DatastoreTransaction
 DatastoreTransaction SDEDatastore.acquireTransaction()
           
 

Methods in org.deegree.io.datastore.sde with parameters of type DatastoreTransaction
 FeatureCollection SDEDatastore.performQuery(Query query, MappedFeatureType[] rootFts, DatastoreTransaction context)
           
 void SDEDatastore.releaseTransaction(DatastoreTransaction ta)
           
 

Uses of DatastoreTransaction in org.deegree.io.datastore.shape
 

Methods in org.deegree.io.datastore.shape with parameters of type DatastoreTransaction
 FeatureCollection ShapeDatastore.performQuery(Query query, MappedFeatureType[] rootFts, DatastoreTransaction context)
           
 

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

Methods in org.deegree.io.datastore.sql that return DatastoreTransaction
 DatastoreTransaction AbstractSQLDatastore.acquireTransaction()
          Acquires transactional access to the datastore.
 

Methods in org.deegree.io.datastore.sql with parameters of type DatastoreTransaction
 FeatureCollection AbstractSQLDatastore.performQuery(Query query, MappedFeatureType[] rootFts, DatastoreTransaction context)
           
 void AbstractSQLDatastore.releaseTransaction(DatastoreTransaction ta)
          Returns the transaction to the datastore.
 

Uses of DatastoreTransaction in org.deegree.io.datastore.sql.generic
 

Classes in org.deegree.io.datastore.sql.generic that implement DatastoreTransaction
 class GenericSQLTransaction
          Special transaction implementation for the GenericSQLDatastore.
 

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

Methods in org.deegree.io.datastore.sql.idgenerator with parameters of type DatastoreTransaction
 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.
 

Uses of DatastoreTransaction in org.deegree.io.datastore.sql.transaction
 

Classes in org.deegree.io.datastore.sql.transaction that implement DatastoreTransaction
 class SQLTransaction
          Handles Transaction requests to SQL based datastores.
 

Uses of DatastoreTransaction in org.deegree.io.datastore.wfs
 

Methods in org.deegree.io.datastore.wfs with parameters of type DatastoreTransaction
 FeatureCollection CascadingWFSDatastore.performQuery(Query query, MappedFeatureType[] rootFts, DatastoreTransaction context)
           
 


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