Searched refs:javaCatalog (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSampleDatabase.java39 private StoredClassCatalog javaCatalog; field in class:SampleDatabase
69 javaCatalog = new StoredClassCatalog(catalogDb);
94 return javaCatalog;
131 javaCatalog.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSampleDatabase.java53 private StoredClassCatalog javaCatalog; field in class:SampleDatabase
83 javaCatalog = new StoredClassCatalog(catalogDb);
110 secConfig.setKeyCreator(new MarshalledKeyCreator(javaCatalog,
119 secConfig.setKeyCreator(new MarshalledKeyCreator(javaCatalog,
128 secConfig.setKeyCreator(new MarshalledKeyCreator(javaCatalog,
150 return javaCatalog;
215 javaCatalog.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSampleDatabase.java50 private StoredClassCatalog javaCatalog; field in class:SampleDatabase
81 javaCatalog = new StoredClassCatalog(catalogDb);
86 factory = new TupleSerialFactory(javaCatalog);
158 return javaCatalog;
223 javaCatalog.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSampleDatabase.java51 private StoredClassCatalog javaCatalog; field in class:SampleDatabase
81 javaCatalog = new StoredClassCatalog(catalogDb);
109 new SupplierByCityKeyCreator(javaCatalog,
120 new ShipmentByPartKeyCreator(javaCatalog,
131 new ShipmentBySupplierKeyCreator(javaCatalog,
154 return javaCatalog;
219 javaCatalog.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSampleDatabase.java51 private StoredClassCatalog javaCatalog; field in class:SampleDatabase
81 javaCatalog = new StoredClassCatalog(catalogDb);
109 new SupplierByCityKeyCreator(javaCatalog,
120 new ShipmentByPartKeyCreator(javaCatalog,
131 new ShipmentBySupplierKeyCreator(javaCatalog,
154 return javaCatalog;
219 javaCatalog.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSampleDatabase.java53 private StoredClassCatalog javaCatalog; field in class:SampleDatabase
83 javaCatalog = new StoredClassCatalog(catalogDb);
110 secConfig.setKeyCreator(new SupplierByCityKeyCreator(javaCatalog,
118 secConfig.setKeyCreator(new ShipmentByPartKeyCreator(javaCatalog,
126 secConfig.setKeyCreator(new ShipmentBySupplierKeyCreator(javaCatalog,
147 return javaCatalog;
212 javaCatalog.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSampleDatabase.java53 private StoredClassCatalog javaCatalog; field in class:SampleDatabase
83 javaCatalog = new StoredClassCatalog(catalogDb);
110 secConfig.setKeyCreator(new SupplierByCityKeyCreator(javaCatalog,
118 secConfig.setKeyCreator(new ShipmentByPartKeyCreator(javaCatalog,
126 secConfig.setKeyCreator(new ShipmentBySupplierKeyCreator(javaCatalog,
147 return javaCatalog;
212 javaCatalog.close();

Completed in 175 milliseconds