Uses of Class
com.gargoylesoftware.base.objectstore.ObjectStore
-
Packages that use ObjectStore Package Description com.gargoylesoftware.base.objectstore Classes involving object stores. -
-
Uses of ObjectStore in com.gargoylesoftware.base.objectstore
Subclasses of ObjectStore in com.gargoylesoftware.base.objectstore Modifier and Type Class Description classDispatchingObjectStoreAn object store that just dispatches commands to other object storesclassReflectedObjectStoreAn object store that allows configuration by reflection.Methods in com.gargoylesoftware.base.objectstore that return ObjectStore Modifier and Type Method Description protected ObjectStoreDispatchingObjectStore. findStore(ObjectStoreCommand command)Find the ObjectStore for the specified command
-