Searched refs:NotTransient (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 DNotTransient.java26 * specifying the {@link NotPersistent} or {@link NotTransient} annotation.</p>
32 * {@code @NotTransient}
41 public @interface NotTransient { interface
H A DAnnotationModel.java164 (field.getAnnotation(NotTransient.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 DNotTransient.java26 * specifying the {@link NotPersistent} or {@link NotTransient} annotation.</p>
32 * {@code @NotTransient}
41 public @interface NotTransient { interface
H A DAnnotationModel.java164 (field.getAnnotation(NotTransient.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 DNotTransient.java26 * specifying the {@link NotPersistent} or {@link NotTransient} annotation.</p>
32 * {@code @NotTransient}
41 public @interface NotTransient { interface
H A DAnnotationModel.java164 (field.getAnnotation(NotTransient.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.java42 import com.sleepycat.persist.model.NotTransient;
965 @NotTransient int persistent2;
966 @NotTransient transient int persistent3;
/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.java42 import com.sleepycat.persist.model.NotTransient;
965 @NotTransient int persistent2;
966 @NotTransient transient int persistent3;
/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.java42 import com.sleepycat.persist.model.NotTransient;
965 @NotTransient int persistent2;
966 @NotTransient transient int persistent3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A DMakefile.in533 $(JAVA_SLEEPYCAT)/persist/model/NotTransient.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dist/
H A DMakefile.in533 $(JAVA_SLEEPYCAT)/persist/model/NotTransient.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dist/
H A DMakefile.in533 $(JAVA_SLEEPYCAT)/persist/model/NotTransient.java \

Completed in 109 milliseconds