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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawStore.java71 public PrimaryIndex<Object,RawObject> getPrimaryIndex(String entityClass) method in class:RawStore
74 return store.getPrimaryIndex
87 (getPrimaryIndex(entityClass), RawObject.class, entityClass,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java109 store.getPrimaryIndex(Integer.class, SharedSequenceEntity1.class);
123 store.getPrimaryIndex(Integer.class, SharedSequenceEntity1.class);
136 store.getPrimaryIndex(Integer.class, MyEntity.class);
182 store.getPrimaryIndex(Integer.class, MyEntity.class);
216 store.getPrimaryIndex(Integer.class, MyEntity.class);
297 store.getPrimaryIndex(Integer.class, MyEntity.class);
400 store.getPrimaryIndex(Integer.class, MyEntity.class);
476 store.getPrimaryIndex(Integer.class, SharedSequenceEntity1.class);
479 store.getPrimaryIndex(Integer.class, SharedSequenceEntity2.class);
519 store.getPrimaryIndex
[all...]
H A DNegativeTest.java78 store.getPrimaryIndex
110 store.getPrimaryIndex
120 store.getPrimaryIndex
131 store.getPrimaryIndex
189 PrimaryIndex<Integer,ProxyNestedRef> index = store.getPrimaryIndex
219 PrimaryIndex<Integer,EntitySuperClass> index = store.getPrimaryIndex
H A DEvolveClasses.java69 store.getPrimaryIndex(entityClsName);
285 store.getPrimaryIndex
387 store.getPrimaryIndex
400 index = store.getPrimaryIndex
538 store.getPrimaryIndex
676 store.getPrimaryIndex
827 store.getPrimaryIndex
840 index = store.getPrimaryIndex
862 index = newStore.getPrimaryIndex
865 RawObject raw = rawStore.getPrimaryIndex(NAM
[all...]
H A DJoinTest.java60 primary = store.getPrimaryIndex(Integer.class, MyEntity.class);
H A DSubclassIndexTest.java76 store.getPrimaryIndex(String.class, Employee.class);
H A DForeignKeyTest.java98 pri1 = store.getPrimaryIndex(String.class, Entity1.class);
100 pri2 = store.getPrimaryIndex(String.class, Entity2.class);
H A DSequenceTest.java101 store.getPrimaryIndex(keyCls, entityCls);
H A DIndexTest.java88 primary = store.getPrimaryIndex(Integer.class, MyEntity.class);
109 primaryRaw = rawStore.getPrimaryIndex(clsName);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleDA.java17 pIdx = store.getPrimaryIndex(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityStore.java54 * {@link SecondaryIndex} objects by calling {@link #getPrimaryIndex
55 * getPrimaryIndex} and {@link #getSecondaryIndex getSecondaryIndex}. Then use
71 * opened via {@link #getPrimaryIndex getPrimaryIndex} or {@link
74 * getSequence} is called or {@link #getPrimaryIndex getPrimaryIndex} is called
188 public <PK,E> PrimaryIndex<PK,E> getPrimaryIndex(Class<PK> primaryKeyClass, method in class:EntityStore
192 return store.getPrimaryIndex
H A DSecondaryIndex.java69 * store.getPrimaryIndex(Long.class, Employee.class);
349 * store.getPrimaryIndex(String.class, Department.class);
845 public PrimaryIndex<PK,E> getPrimaryIndex() { method in class:SecondaryIndex
H A DSubIndex.java75 PrimaryIndex<PK,E> priIndex = secIndex.getPrimaryIndex();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DCustomKeyOrderExample.java103 store.getPrimaryIndex(ReverseOrder.class, Person.class);
H A DPersonExample.java113 personBySsn = store.getPrimaryIndex(
125 employerById = store.getPrimaryIndex(
H A DDplDump.java136 store.getPrimaryIndex(clsName);
H A DEventExampleDPL.java173 eventByTime = store.getPrimaryIndex(Date.class, Event.class);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DStoreWriter.java37 pdKey = myStore.getPrimaryIndex(Integer.class,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java273 * A getPrimaryIndex with extra parameters for opening a raw store.
281 getPrimaryIndex(Class<PK> primaryKeyClass, method in class:Store
505 relatedIndex = getPrimaryIndex
1230 PrimaryIndex<Object,Object> index = getPrimaryIndex

Completed in 134 milliseconds