|
Class Summary |
| QueryCache |
This method will be able to execute and cache the results of a query. |
| WabitColumnItem |
This WabitItem is more specific to a column in a table. |
| WabitConstantItem |
Defines a WabitItem to be in the constants table. |
| WabitConstantsContainer |
This class represents a specific implementation of WabitContainer that
wraps the constants container in a Query. |
| WabitContainer<T extends WabitItem> |
This container wraps any other kind of Container to allow attaching
SPListeners that will be notified appropriately when events happen
on the container. |
| WabitItem |
This type of Item wraps any other type of item to let other classes
attach SPListeners to the delegate. |
| WabitJoin |
Wraps a SQLJoin and converts events on the join to SPListener
events. |
| WabitTableContainer |
This class distinguishes a WabitContainer as more specifically containing a
TableContainer. |