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 class
DispatchingObjectStore
An object store that just dispatches commands to other object storesclass
ReflectedObjectStore
An object store that allows configuration by reflection.Methods in com.gargoylesoftware.base.objectstore that return ObjectStore Modifier and Type Method Description protected ObjectStore
DispatchingObjectStore. findStore(ObjectStoreCommand command)
Find the ObjectStore for the specified command
-