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

/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced0.java15 import com.sleepycat.persist.model.SecondaryKey;
26 @SecondaryKey(relate=MANY_TO_ONE)
28 @SecondaryKey(relate=MANY_TO_ONE)
30 @SecondaryKey(relate=MANY_TO_ONE)
H A DEnhanced1.java20 import com.sleepycat.persist.model.SecondaryKey;
31 @SecondaryKey(relate=MANY_TO_ONE)
33 @SecondaryKey(relate=MANY_TO_ONE)
35 @SecondaryKey(relate=MANY_TO_ONE)
H A DJoinTest.java28 import com.sleepycat.persist.model.SecondaryKey;
153 @SecondaryKey(relate=MANY_TO_ONE)
155 @SecondaryKey(relate=MANY_TO_ONE)
157 @SecondaryKey(relate=MANY_TO_ONE)
H A DEvolveClasses.java.original27 import com.sleepycat.persist.model.SecondaryKey;
47 @SecondaryKey(relate=ONE_TO_ONE)
81 @SecondaryKey(relate=ONE_TO_ONE)
115 @SecondaryKey(relate=ONE_TO_ONE)
152 @SecondaryKey(relate=ONE_TO_ONE)
189 @SecondaryKey(relate=ONE_TO_ONE)
226 @SecondaryKey(relate=ONE_TO_ONE)
428 @SecondaryKey(relate=ONE_TO_ONE)
463 @SecondaryKey(relate=ONE_TO_ONE)
525 @SecondaryKey(relat
[all...]
H A DSubclassIndexTest.java29 import com.sleepycat.persist.model.SecondaryKey;
147 @SecondaryKey(relate=MANY_TO_ONE)
160 @SecondaryKey(relate=MANY_TO_ONE)
H A DBindingTest.java64 import com.sleepycat.persist.model.SecondaryKey;
1375 @SecondaryKey(relate=MANY_TO_ONE)
1379 @SecondaryKey(relate=MANY_TO_ONE)
1383 @SecondaryKey(relate=MANY_TO_ONE)
1387 @SecondaryKey(relate=MANY_TO_ONE)
1391 @SecondaryKey(relate=MANY_TO_ONE)
1395 @SecondaryKey(relate=MANY_TO_ONE)
1399 @SecondaryKey(relate=MANY_TO_ONE)
1403 @SecondaryKey(relate=MANY_TO_ONE)
1407 @SecondaryKey(relat
[all...]
H A DForeignKeyTest.java31 import com.sleepycat.persist.model.SecondaryKey;
230 @SecondaryKey(relate=ONE_TO_ONE)
254 @SecondaryKey(relate=ONE_TO_ONE, relatedEntity=Entity1.class,
258 @SecondaryKey(relate=ONE_TO_ONE, relatedEntity=Entity1.class,
262 @SecondaryKey(relate=ONE_TO_ONE, relatedEntity=Entity1.class,
H A DNegativeTest.java24 import com.sleepycat.persist.model.SecondaryKey;
100 @SecondaryKey(relate=ONE_TO_ONE)
H A DEvolveClasses.java39 import com.sleepycat.persist.model.SecondaryKey;
906 @SecondaryKey(relate=ONE_TO_ONE)
949 @SecondaryKey(relate=ONE_TO_ONE)
1087 @SecondaryKey(relate=ONE_TO_ONE)
1109 @SecondaryKey(relate=ONE_TO_ONE)
1112 @SecondaryKey(relate=ONE_TO_ONE)
1225 @SecondaryKey(relate=ONE_TO_ONE)
2505 @SecondaryKey(relate=ONE_TO_ONE)
2543 @SecondaryKey(relate=ONE_TO_ONE)
2581 @SecondaryKey(relat
[all...]
H A DIndexTest.java40 import com.sleepycat.persist.model.SecondaryKey;
823 @SecondaryKey(relate=ONE_TO_ONE)
826 @SecondaryKey(relate=MANY_TO_ONE)
829 @SecondaryKey(relate=ONE_TO_MANY)
832 @SecondaryKey(relate=MANY_TO_MANY)
H A DOperationTest.java38 import com.sleepycat.persist.model.SecondaryKey;
464 @SecondaryKey(relate=MANY_TO_ONE)
731 @SecondaryKey(relate=ONE_TO_MANY)
788 @SecondaryKey(relate=ONE_TO_ONE,
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/persist/gettingStarted/
H A DSimpleEntityClass.java6 import com.sleepycat.persist.model.SecondaryKey;
16 @SecondaryKey(relate=MANY_TO_ONE)
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DAppleEmbeddedKeyboard.h51 } SecondaryKey; typedef in typeref:struct:_SecondaryKey
62 SecondaryKey _secondaryKeys[255];
H A DAppleEmbeddedKeyboard.cpp45 bzero(_secondaryKeys, sizeof(SecondaryKey)*255);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DSecondaryKey.java6 * $Id: SecondaryKey.java,v 1.1 2008/02/07 17:12:28 mark Exp $
28 * <p>{@code SecondaryKey} may appear on any number of fields in an entity
66 public @interface SecondaryKey { interface
182 * {@literal @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Person.class, name="parentSsn")}
H A DAnnotationModel.java35 * {@link Persistent}, {@link PrimaryKey}, {@link SecondaryKey} and {@link
171 SecondaryKey secKey = field.getAnnotation(SecondaryKey.class);
197 ("Only one @SecondaryKey with the same name allowed: "
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/persist/
H A DPersonExample.java28 import com.sleepycat.persist.model.SecondaryKey;
47 @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Person.class)
50 @SecondaryKey(relate=ONE_TO_MANY)
53 @SecondaryKey(relate=MANY_TO_MANY,
74 @SecondaryKey(relate=ONE_TO_ONE)
H A DEventExampleDPL.java32 import com.sleepycat.persist.model.SecondaryKey;
68 @SecondaryKey(relate=MANY_TO_ONE)
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DEntityCursor.java18 import com.sleepycat.persist.model.SecondaryKey;
57 * {@literal @SecondaryKey(relate=MANY_TO_ONE)}
172 * may be non-unique (duplicates) if {@link SecondaryKey#relate} is {@link
H A DEntityStore.java30 import com.sleepycat.persist.model.SecondaryKey;
51 * SecondaryKey} annotations may be used to define entities and keys.</p>
204 * <p>If a {@link SecondaryKey#relatedEntity} is used and the primary index
219 * SecondaryKey#name} if this name annotation property was specified.
243 * <p>If a {@link SecondaryKey#relatedEntity} is used and the primary index
262 * SecondaryKey#name} if this name annotation property was specified.
511 * according to {@link SecondaryKey#relate}.</p>
519 * SecondaryKey#onRelatedEntityDelete} is {@link DeleteAction#NULLIFY}.</li>
526 * SecondaryKey#name} if this name annotation property was specified.
566 * SecondaryKey#nam
[all...]
H A DSecondaryIndex.java29 import com.sleepycat.persist.model.SecondaryKey;
41 * <p>The {@link SecondaryKey} annotation may be used to define a secondary key
51 * {@literal @SecondaryKey(relate=MANY_TO_ONE)}
154 * {@literal @SecondaryKey(relate=ONE_TO_ONE)}
190 * {@literal @SecondaryKey(relate=MANY_TO_ONE)}
232 * {@literal @SecondaryKey(relate=ONE_TO_MANY)}
279 * {@literal @SecondaryKey(relate=MANY_TO_MANY)}
371 * {@literal @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Department.class)}
403 * SecondaryKey#onRelatedEntityDelete} annotation property. Setting this
416 * {@code @SecondaryKey(relat
[all...]

Completed in 137 milliseconds