| 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. | 
abstract  Object | 
IdGenerator.getNewId(DatastoreTransaction ta)
Returns a new primary key.  | 
 String | 
UUIDGenerator.getNewId(DatastoreTransaction ta)
Returns a new primary key.  | 
 String | 
ParentIDGenerator.getNewId(DatastoreTransaction ta)
Returns a new primary key.  | 
abstract  FeatureId | 
IdGenerator.getNewId(MappedFeatureType ft,
                 DatastoreTransaction ta)
Returns a new id for a feature of the given type.  | 
 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.  | 
| 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 | 
DBSeqIdGenerator.getNewId(DatastoreTransaction ta)
Returns a new primary key.  | 
 Object | 
DBMaxIdGenerator.getNewId(DatastoreTransaction ta)
Returns a new primary key.  | 
 FeatureId | 
DBSeqIdGenerator.getNewId(MappedFeatureType ft,
                 DatastoreTransaction ta)
Returns a new id for a feature of the given type.  | 
 FeatureId | 
DBMaxIdGenerator.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.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
                    For more information visit: http://www.deegree.org