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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java749 PrimaryIndex<Integer,RelatedY> priY;
756 (true, env, STORE_NAME, RelatedY.class.getName(), null);
766 priY = store.getPrimaryIndex(Integer.class, RelatedY.class);
767 priY.put(new RelatedY());
773 priY = store.getPrimaryIndex(Integer.class, RelatedY.class);
789 relatedEntity=RelatedY.class,
798 static class RelatedY { class in class:OperationTest
803 RelatedY() { method in class:OperationTest.RelatedY
823 PrimaryIndex<Integer,RelatedY> priY;
852 priY = store.getPrimaryIndex(Integer.class, RelatedY
[all...]

Completed in 30 milliseconds