Searched refs:PrimaryKey (Results 1 - 22 of 22) sorted by relevance

/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.java4 import com.sleepycat.persist.model.PrimaryKey;
12 @PrimaryKey
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DPayloadDataEntity.java4 import com.sleepycat.persist.model.PrimaryKey;
9 @PrimaryKey
/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.java14 import com.sleepycat.persist.model.PrimaryKey;
23 @PrimaryKey
H A DSequenceTest.java25 import com.sleepycat.persist.model.PrimaryKey;
129 @PrimaryKey(sequence="X")
148 @PrimaryKey(sequence="X")
167 @PrimaryKey(sequence="X")
186 @PrimaryKey(sequence="X")
205 @PrimaryKey(sequence="X")
224 @PrimaryKey(sequence="X")
243 @PrimaryKey(sequence="X")
262 @PrimaryKey(sequence="X")
281 @PrimaryKey(sequenc
[all...]
H A DNegativeTest.java23 import com.sleepycat.persist.model.PrimaryKey;
97 @PrimaryKey
147 @PrimaryKey(sequence="X")
155 @PrimaryKey(sequence="X")
169 @PrimaryKey(sequence="X")
206 @PrimaryKey
229 ("PrimaryKey may not appear on an Entity subclass"));
238 @PrimaryKey
270 @PrimaryKey
H A DEvolveClasses.java38 import com.sleepycat.persist.model.PrimaryKey;
434 @PrimaryKey
711 @PrimaryKey
775 @PrimaryKey
903 @PrimaryKey
946 @PrimaryKey
1047 @PrimaryKey
1104 @PrimaryKey
1242 @PrimaryKey
1341 @PrimaryKey
[all...]
H A DEnhanced1.java19 import com.sleepycat.persist.model.PrimaryKey;
28 @PrimaryKey
H A DJoinTest.java27 import com.sleepycat.persist.model.PrimaryKey;
151 @PrimaryKey
H A DSubclassIndexTest.java28 import com.sleepycat.persist.model.PrimaryKey;
144 @PrimaryKey
H A DOperationTest.java37 import com.sleepycat.persist.model.PrimaryKey;
461 @PrimaryKey
502 @PrimaryKey(sequence="shared")
509 @PrimaryKey(sequence="shared")
547 @PrimaryKey(sequence="seq1")
554 @PrimaryKey(sequence="seq2")
626 @PrimaryKey(sequence="seq1")
645 @PrimaryKey(sequence="seq2")
728 @PrimaryKey
785 @PrimaryKey
[all...]
H A DForeignKeyTest.java30 import com.sleepycat.persist.model.PrimaryKey;
227 @PrimaryKey
251 @PrimaryKey
H A DBindingTest.java62 import com.sleepycat.persist.model.PrimaryKey;
181 @PrimaryKey
258 @PrimaryKey
341 @PrimaryKey
429 @PrimaryKey
477 @PrimaryKey
621 @PrimaryKey
782 @PrimaryKey
908 @PrimaryKey
1062 @PrimaryKey
[all...]
H A DIndexTest.java39 import com.sleepycat.persist.model.PrimaryKey;
820 @PrimaryKey
/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 DPrimaryKey.java6 * $Id: PrimaryKey.java,v 1.1 2008/02/07 17:12:28 mark Exp $
26 * <p>{@link PrimaryKey} may appear on at most one declared field per
81 * PrimaryKey} must appear on a field of an entity superclass. In the
87 * {@literal @PrimaryKey}
97 * <p>If more than one class with {@code PrimaryKey} is present in a class
105 * {@literal @PrimaryKey}
112 * {@literal @PrimaryKey}
117 * <p>Note that a {@code PrimaryKey} is not allowed on entity subclasses. The
123 * {@literal @PrimaryKey}
129 * {@literal @PrimaryKey}
137 public @interface PrimaryKey { interface
[all...]
H A DAnnotationModel.java35 * {@link Persistent}, {@link PrimaryKey}, {@link SecondaryKey} and {@link
144 PrimaryKey priKey = field.getAnnotation(PrimaryKey.class);
148 ("Only one @PrimaryKey allowed: " + type.getName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DCustomKeyOrderExample.java24 import com.sleepycat.persist.model.PrimaryKey;
31 @PrimaryKey
H A DPersonExample.java27 import com.sleepycat.persist.model.PrimaryKey;
41 @PrimaryKey
71 @PrimaryKey(sequence="ID")
H A DEventExampleDPL.java31 import com.sleepycat.persist.model.PrimaryKey;
65 @PrimaryKey
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityStore.java29 import com.sleepycat.persist.model.PrimaryKey;
50 * each secondary key. The {@link Entity}, {@link PrimaryKey} and {@link
383 * {@link PrimaryKey#sequence} annotation property.
410 * {@link PrimaryKey#sequence} annotation property.
427 * PrimaryKey} for restrictions.</p>
430 * {@link PrimaryKey#sequence} annotation property.
H A DPrimaryIndex.java29 import com.sleepycat.persist.model.PrimaryKey;
41 * the {@link PrimaryKey} annotation may be used to define a primary key as
48 * {@literal @PrimaryKey}
76 * {@link PrimaryKey}.</p>
123 * value 1 (one). A sequence is defined using the {@link PrimaryKey#sequence}
130 * {@literal @PrimaryKey(sequence="ID")}
146 * PrimaryKey#sequence} for more information.</p>
301 * <p>If a {@link PrimaryKey#sequence} is used and the primary key field of
322 * <p>If a {@link PrimaryKey#sequence} is used and the primary key field of
391 * <p>If a {@link PrimaryKey#sequenc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile516 $(JAVA_SLEEPYCAT)/persist/model/PrimaryKey.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in511 $(JAVA_SLEEPYCAT)/persist/model/PrimaryKey.java \

Completed in 274 milliseconds