Searched refs:MANY_TO_ONE (Results 1 - 13 of 13) 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/model/
H A DRelationship.java29 MANY_TO_ONE, enum constant in enum:Relationship
/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 DEnhanced0.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
26 @SecondaryKey(relate=MANY_TO_ONE)
28 @SecondaryKey(relate=MANY_TO_ONE)
30 @SecondaryKey(relate=MANY_TO_ONE)
H A DEnhanced1.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
31 @SecondaryKey(relate=MANY_TO_ONE)
33 @SecondaryKey(relate=MANY_TO_ONE)
35 @SecondaryKey(relate=MANY_TO_ONE)
H A DJoinTest.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
153 @SecondaryKey(relate=MANY_TO_ONE)
155 @SecondaryKey(relate=MANY_TO_ONE)
157 @SecondaryKey(relate=MANY_TO_ONE)
H A DSubclassIndexTest.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
147 @SecondaryKey(relate=MANY_TO_ONE)
160 @SecondaryKey(relate=MANY_TO_ONE)
H A DBindingTest.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
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(relate=MANY_TO_ONE)
[all...]
H A DIndexTest.java12 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
826 @SecondaryKey(relate=MANY_TO_ONE)
H A DOperationTest.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
464 @SecondaryKey(relate=MANY_TO_ONE)
H A DEvolveClasses.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
5732 @SecondaryKey(relate=MANY_TO_ONE)
5737 return "com.sleepycat.persist.evolve.IncompatibleClassException: Change detected in the relate attribute (Relationship) of a secondary key when evolving class: com.sleepycat.persist.test.EvolveClasses$DisallowChangeKeyRelate version: 0 to class: com.sleepycat.persist.test.EvolveClasses$DisallowChangeKeyRelate version: 0 Error: Old key: skey relate: ONE_TO_ONE new key: skey relate: MANY_TO_ONE";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleEntityClass.java16 @SecondaryKey(relate=MANY_TO_ONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExampleDPL.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
68 @SecondaryKey(relate=MANY_TO_ONE)
H A DPersonExample.java32 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
47 @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Person.class)
/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.java979 config.setSortedDuplicates(rel == Relationship.MANY_TO_ONE ||

Completed in 179 milliseconds