Uses of Interface
org.cruxframework.crux.core.client.db.ObjectStore

Packages that use ObjectStore
org.cruxframework.crux.core.client.db Contains classes to support a database on client browser. 
 

Uses of ObjectStore in org.cruxframework.crux.core.client.db
 

Classes in org.cruxframework.crux.core.client.db that implement ObjectStore
 class AbstractObjectStore<K,V>
          CRUX INTERNAL CLASS.
 class IDXAbstractObjectStore<K,V>
          CRUX INTERNAL CLASS.
 class WSQLAbstractObjectStore<K,V>
           
 

Methods in org.cruxframework.crux.core.client.db that return ObjectStore
<K,V> ObjectStore<K,V>
WSQLTransaction.getObjectStore(String storeName)
          Retrieve an ObjectStore manipulated by the current transaction.
abstract
<K,V> ObjectStore<K,V>
Transaction.getObjectStore(String storeName)
          Retrieve an ObjectStore manipulated by the current transaction.
<K,V> ObjectStore<K,V>
IDXTransaction.getObjectStore(String storeName)
          Retrieve an ObjectStore manipulated by the current transaction.
protected abstract
<K,V> ObjectStore<K,V>
IDXAbstractDatabase.getObjectStore(String storeName, IDBObjectStore idbObjectStore)
           
 



Copyright © 2014. All rights reserved.