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

/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java67 private SecondaryIndex<Integer,Integer,MyEntity> manyToMany; field in class:IndexTest
95 manyToMany =
96 store.getSecondaryIndex(primary, Integer.class, "manyToMany");
102 assertNotNull(manyToMany);
113 manyToManyRaw = rawStore.getSecondaryIndex(clsName, "manyToMany");
322 checkSecondary(manyToMany, manyToManyRaw, expected);
323 checkDelete(manyToMany, manyToManyRaw, expected);
755 checkEmpty(manyToMany);
833 private Set<Integer> manyToMany = new TreeSet<Integer>(); field in class:IndexTest.MyEntity
855 manyToMany
[all...]

Completed in 94 milliseconds