• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/

Lines Matching refs:SecondaryKey

29 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(relate=MANY_TO_ONE, relatedEntity=Department.class,
448 * {@code @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Order.class,
461 * <p>For more information, see {@link SecondaryKey#onRelatedEntityDelete}.</p>
479 * {@literal @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Department.class)}
520 * {@literal @SecondaryKey(relate=ONE_TO_MANY, relatedEntity=Employee.class)}
556 * {@literal @SecondaryKey(relate=ONE_TO_MANY)}
589 * {@literal @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Employee.class)}
623 * {@literal @SecondaryKey(relate=MANY_TO_MANY, relatedEntity=Organization.class)}
665 * {@literal @SecondaryKey(relate=MANY_TO_MANY, relatedEntity=Truck.class)}
722 * {@literal @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Car.class)}
725 * {@literal @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Truck.class)}
749 * {@literal @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Car.class)}
752 * {@literal @SecondaryKey(relate=MANY_TO_ONE, relatedEntity=Truck.class)}