Searched refs:ONE_TO_MANY (Results 1 - 9 of 9) 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.java39 ONE_TO_MANY, enum constant in enum:Relationship
H A DAnnotationModel.java175 if (rel == Relationship.ONE_TO_MANY ||
228 ("ONE_TO_MANY or MANY_TO_MANY secondary key field must have" +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DPersonExample.java31 import static com.sleepycat.persist.model.Relationship.ONE_TO_MANY;
50 @SecondaryKey(relate=ONE_TO_MANY)
/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 DPersistKeyCreator.java69 toMany = (rel == Relationship.ONE_TO_MANY ||
H A DStore.java984 if (rel == Relationship.ONE_TO_MANY ||
H A DComplexFormat.java104 if (rel == Relationship.ONE_TO_MANY ||
108 ("ONE_TO_MANY and MANY_TO_MANY keys must" +
/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 DBindingTest.java12 import static com.sleepycat.persist.model.Relationship.ONE_TO_MANY;
1471 @SecondaryKey(relate=ONE_TO_MANY)
1475 @SecondaryKey(relate=ONE_TO_MANY)
1479 @SecondaryKey(relate=ONE_TO_MANY)
1483 @SecondaryKey(relate=ONE_TO_MANY)
1487 @SecondaryKey(relate=ONE_TO_MANY)
1641 @SecondaryKey(relate=ONE_TO_MANY)
1644 @SecondaryKey(relate=ONE_TO_MANY)
H A DIndexTest.java13 import static com.sleepycat.persist.model.Relationship.ONE_TO_MANY;
829 @SecondaryKey(relate=ONE_TO_MANY)
H A DOperationTest.java12 import static com.sleepycat.persist.model.Relationship.ONE_TO_MANY;
731 @SecondaryKey(relate=ONE_TO_MANY)

Completed in 71 milliseconds