Searched refs:MANY_TO_MANY (Results 1 - 7 of 7) 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.java49 MANY_TO_MANY, enum constant in enum:Relationship
H A DAnnotationModel.java176 rel == Relationship.MANY_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.java33 import static com.sleepycat.persist.model.Relationship.MANY_TO_MANY;
53 @SecondaryKey(relate=MANY_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.java70 rel == Relationship.MANY_TO_MANY);
H A DStore.java980 rel == Relationship.MANY_TO_MANY);
985 rel == Relationship.MANY_TO_MANY) {
H A DComplexFormat.java105 rel == Relationship.MANY_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 DIndexTest.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_MANY;
832 @SecondaryKey(relate=MANY_TO_MANY)

Completed in 50 milliseconds