Searched refs:SharedSequenceEntity1 (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.java108 PrimaryIndex<Integer,SharedSequenceEntity1> priIndex =
109 store.getPrimaryIndex(Integer.class, SharedSequenceEntity1.class);
111 SharedSequenceEntity1 e = new SharedSequenceEntity1();
123 store.getPrimaryIndex(Integer.class, SharedSequenceEntity1.class);
475 PrimaryIndex<Integer,SharedSequenceEntity1> priIndex1 =
476 store.getPrimaryIndex(Integer.class, SharedSequenceEntity1.class);
482 SharedSequenceEntity1 e1 = new SharedSequenceEntity1();
500 static class SharedSequenceEntity1 { class in class:OperationTest
[all...]

Completed in 59 milliseconds