Searched refs:Persistent (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DMapProxy.java15 import com.sleepycat.persist.model.Persistent;
23 @Persistent
54 @Persistent(proxyFor=HashMap.class)
64 @Persistent(proxyFor=TreeMap.class)
H A DCollectionProxy.java21 import com.sleepycat.persist.model.Persistent;
30 @Persistent
57 @Persistent(proxyFor=ArrayList.class)
67 @Persistent(proxyFor=LinkedList.class)
77 @Persistent(proxyFor=HashSet.class)
87 @Persistent(proxyFor=TreeSet.class)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DPersistent.java6 * $Id: Persistent.java,v 1.1 2008/02/07 17:12:28 mark Exp $
25 public @interface Persistent { interface
H A DAnnotationModel.java32 * classes with the {@link Persistent} or {@link Entity} annotation.</p>
35 * {@link Persistent}, {@link PrimaryKey}, {@link SecondaryKey} and {@link
95 Persistent persistent = type.getAnnotation(Persistent.class);
101 ("Both @Entity and @Persistent are not allowed: " +
332 ("Persistent class has non-persistent superclass: " +
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawType.java15 import com.sleepycat.persist.model.Persistent;
45 * @see Persistent#version
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DSequenceTest.java24 import com.sleepycat.persist.model.Persistent;
284 @Persistent
309 @Persistent
334 @Persistent
359 @Persistent
384 @Persistent
409 @Persistent
434 @Persistent
459 @Persistent
H A DEnhanced2.java15 import com.sleepycat.persist.model.Persistent;
20 @Persistent
H A DNegativeTest.java22 import com.sleepycat.persist.model.Persistent;
88 @Persistent
158 @Persistent
172 @Persistent
267 @Persistent
H A DEnhanced3.java23 import com.sleepycat.persist.model.Persistent;
29 @Persistent
H A DSubclassIndexTest.java27 import com.sleepycat.persist.model.Persistent;
157 @Persistent
H A DEvolveCase.java22 import com.sleepycat.persist.model.Persistent;
26 @Persistent
H A DForeignKeyTest.java29 import com.sleepycat.persist.model.Persistent;
308 @Persistent
H A DEvolveClasses.java36 import com.sleepycat.persist.model.Persistent;
311 * Disallow changing the Entity annotation to Persistent when no Deleter
314 @Persistent(version=1)
322 return "com.sleepycat.persist.evolve.IncompatibleClassException: Mutation is missing to evolve class: com.sleepycat.persist.test.EvolveClasses$DeletedEntity5_EntityToPersist_NoMutation version: 0 to class: com.sleepycat.persist.test.EvolveClasses$DeletedEntity5_EntityToPersist_NoMutation version: 1 Error: @Entity switched to/from @Persistent";
346 * Allow changing the Entity annotation to Persistent when a Deleter
349 @Persistent(version=1)
442 * Disallow removing a Persistent class when no Deleter mutation is
443 * specified, even when the Entity class that embedded the Persistent class
496 * Allow removing a Persistent class when a Deleter mutation is
497 * specified, and the Entity class that embedded the Persistent clas
[all...]
H A DBindingTest.java60 import com.sleepycat.persist.model.Persistent;
529 @Persistent(proxyFor=Locale.class)
567 @Persistent(proxyFor=LocalizedText.class)
665 @Persistent
732 @Persistent
779 @Persistent
849 @Persistent
876 @Persistent
1012 @Persistent
1144 @Persistent
[all...]
H A DOperationTest.java36 import com.sleepycat.persist.model.Persistent;
614 @Persistent
633 @Persistent
718 @Persistent
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DCustomKeyOrderExample.java23 import com.sleepycat.persist.model.Persistent;
46 @Persistent
H A DPersonExample.java26 import com.sleepycat.persist.model.Persistent;
87 @Persistent
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile511 $(JAVA_SLEEPYCAT)/persist/model/Persistent.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in509 $(JAVA_SLEEPYCAT)/persist/model/Persistent.java \

Completed in 4822 milliseconds