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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityStore.java209 * @param primaryIndex the primary index associated with the returned
228 getSecondaryIndex(PrimaryIndex<PK,E> primaryIndex, argument
234 (primaryIndex, primaryIndex.getEntityClass(),
235 primaryIndex.getEntityClass().getName(),
248 * @param primaryIndex the primary index associated with the returned
271 getSubclassIndex(PrimaryIndex<PK,E1> primaryIndex, argument
281 (primaryIndex, entitySubclass,
282 primaryIndex.getEntityClass().getName(),
H A DSecondaryIndex.java68 * {@code PrimaryIndex<Long,Employee>} primaryIndex =
72 * store.getSecondaryIndex(primaryIndex, String.class, "department");</pre>
163 * store.getSecondaryIndex(primaryIndex, String.class, "ssn");</pre>
199 * store.getSecondaryIndex(primaryIndex, String.class, "department");</pre>
241 * store.getSecondaryIndex(primaryIndex, String.class, "emailAddresses");</pre>
262 * Employee employee = primaryIndex.get(1); // Get the entity by primary key
264 * primaryIndex.putNoReturn(1, employee); // Update the entity</pre>
288 * store.getSecondaryIndex(primaryIndex, String.class, "organizations");</pre>
315 * Employee employee = primaryIndex.get(1); // Get the entity by primary key
317 * primaryIndex
804 SecondaryIndex(SecondaryDatabase database, Database keysDatabase, PrimaryIndex<PK,E> primaryIndex, Class<SK> secondaryKeyClass, EntryBinding secondaryKeyBinding) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java518 getSecondaryIndex(PrimaryIndex<PK,E1> primaryIndex, argument
535 if (entityClass != primaryIndex.getEntityClass()) {
579 (null, primaryIndex, entityClass, entityMeta,
632 PrimaryIndex<PK,E1> primaryIndex,
647 Database priDb = primaryIndex.getDatabase();
698 (db, null, primaryIndex, keyClass, keyBinding);
631 openSecondaryIndex(Transaction txn, PrimaryIndex<PK,E1> primaryIndex, Class<E2> entityClass, EntityMetadata entityMeta, Class<SK> keyClass, String keyClassName, SecondaryKeyMetadata secKeyMeta, String secName, boolean doNotCreate, PrimaryOpenState priOpenState) argument

Completed in 45 milliseconds