Uses of Class
org.openbandy.io.storage.ObjectEntry

Packages that use ObjectEntry
org.openbandy.io.db   
org.openbandy.io.rms   
org.openbandy.io.storage   
 

Uses of ObjectEntry in org.openbandy.io.db
 

Methods in org.openbandy.io.db with parameters of type ObjectEntry
static java.lang.String SqlStatement.createINSERT(ObjectEntry tableEntry)
           
static java.lang.String SqlStatement.createUPDATE(ObjectEntry tableEntry)
           
 void DatabaseSerializerImpl.updateReferences(ObjectEntry objectEntry)
           
 

Constructors in org.openbandy.io.db with parameters of type ObjectEntry
DatabaseValueContainer(ObjectEntry tableEntry)
           
 

Uses of ObjectEntry in org.openbandy.io.rms
 

Methods in org.openbandy.io.rms with parameters of type ObjectEntry
 int RmsConnection.executeINSERT(ObjectEntry objectEntry)
           
 void RmsConnection.executeUPDATE(ObjectEntry objectEntry)
           
static void RmsSerializerImpl.updateReferences(ObjectEntry objectEntry)
          TODO comment!
 

Constructors in org.openbandy.io.rms with parameters of type ObjectEntry
RmsValueContainer(ObjectEntry objectEntry)
           
 

Uses of ObjectEntry in org.openbandy.io.storage
 

Fields in org.openbandy.io.storage declared as ObjectEntry
 ObjectEntry StorageValueContainer.objectEntry
           
 

Methods in org.openbandy.io.storage with parameters of type ObjectEntry
 int DatabaseConnection.executeINSERT(ObjectEntry objectEntry)
          This method inserts the objectEntry in the database and returns the genereated id resp.
 int StorageConnection.executeINSERT(ObjectEntry objectEntry)
          This method inserts the objectEntry in the storage and returns the genereated id resp.
 void DatabaseConnection.executeUPDATE(ObjectEntry objectEntry)
          This method updates the objectEntry in the database.
 void StorageConnection.executeUPDATE(ObjectEntry objectEntry)
          This method updates the objectEntry in the storage.
 int DatabaseConnection.getLastInsertedId(ObjectEntry entry)