Searched refs:NotPersistent (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DNotPersistent.java26 * specifying the {@link NotPersistent} or {@link NotTransient} annotation.</p>
32 * {@code @NotPersistent}
41 public @interface NotPersistent { interface
H A DAnnotationModel.java162 (field.getAnnotation(NotPersistent.class) != null);
167 ("Both @NotTransient and @NotPersistent not allowed");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DNotPersistent.java26 * specifying the {@link NotPersistent} or {@link NotTransient} annotation.</p>
32 * {@code @NotPersistent}
41 public @interface NotPersistent { interface
H A DAnnotationModel.java162 (field.getAnnotation(NotPersistent.class) != null);
167 ("Both @NotTransient and @NotPersistent not allowed");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DNotPersistent.java26 * specifying the {@link NotPersistent} or {@link NotTransient} annotation.</p>
32 * {@code @NotPersistent}
41 public @interface NotPersistent { interface
H A DAnnotationModel.java162 (field.getAnnotation(NotPersistent.class) != null);
167 ("Both @NotTransient and @NotPersistent not allowed");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java41 import com.sleepycat.persist.model.NotPersistent;
961 @NotPersistent int transient2;
962 @NotPersistent transient int transient3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java41 import com.sleepycat.persist.model.NotPersistent;
961 @NotPersistent int transient2;
962 @NotPersistent transient int transient3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java41 import com.sleepycat.persist.model.NotPersistent;
961 @NotPersistent int transient2;
962 @NotPersistent transient int transient3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A DMakefile.in532 $(JAVA_SLEEPYCAT)/persist/model/NotPersistent.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dist/
H A DMakefile.in532 $(JAVA_SLEEPYCAT)/persist/model/NotPersistent.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dist/
H A DMakefile.in532 $(JAVA_SLEEPYCAT)/persist/model/NotPersistent.java \

Completed in 204 milliseconds