Uses of Class
planetj.database.RowKey

Packages that use RowKey
planetj.database   
planetj.dataengine.cache   
 

Uses of RowKey in planetj.database
 

Methods in planetj.database that return RowKey
 RowKey Row.getRowKey()
          Gets the RowKey object for this row.
 

Methods in planetj.database with parameters of type RowKey
 Row Table.getRow(RowKey rowKey)
          Reads a row from the this table in the database with the specified key
 

Uses of RowKey in planetj.dataengine.cache
 

Methods in planetj.dataengine.cache with parameters of type RowKey
 boolean RowKeyTableCache.add(RowKey key, TableCollection tables, Object o)
          Adds an object to the cache, based on a RowKey and Table
 Object RowKeyTableCache.get(RowKey key, TableCollection tables)
          Gets an Object out of the cache
 Row KeyedRowCache.get(RowKey key)
          Gets a keyed row out of the cache