Public Member Functions | |
SampleViews (SampleDatabase db) | |
StoredSortedMap | getPartMap () |
StoredSortedMap | getSupplierMap () |
StoredSortedMap | getShipmentMap () |
StoredSortedValueSet | getPartSet () |
StoredSortedValueSet | getSupplierSet () |
StoredSortedValueSet | getShipmentSet () |
StoredSortedMap | getShipmentByPartMap () |
StoredSortedMap | getShipmentBySupplierMap () |
final StoredSortedMap | getSupplierByCityMap () |
Definition at line 29 of file SampleViews.java.
|
|
Return a map view of the part storage container. Definition at line 100 of file SampleViews.java. |
|
Return an entity set view of the part storage container. Definition at line 124 of file SampleViews.java. References com::sleepycat::collections::StoredMap::values(). |
|
Return a map view of the shipment-by-part index. Definition at line 148 of file SampleViews.java. |
|
Return a map view of the shipment-by-supplier index. Definition at line 156 of file SampleViews.java. |
|
Return a map view of the shipment storage container. Definition at line 116 of file SampleViews.java. |
|
Return an entity set view of the shipment storage container. Definition at line 140 of file SampleViews.java. References com::sleepycat::collections::StoredMap::values(). |
|
Return a map view of the supplier-by-city index. Definition at line 164 of file SampleViews.java. |
|
Return a map view of the supplier storage container. Definition at line 108 of file SampleViews.java. |
|
Return an entity set view of the supplier storage container. Definition at line 132 of file SampleViews.java. References com::sleepycat::collections::StoredMap::values(). |