Searched refs:Deleter (Results 1 - 18 of 18) 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/evolve/
H A DDeleter.java43 * mutations.addDeleter(new Deleter(Person.class.getName(), 0,
64 * mutations.addDeleter(new Deleter("my.package.Statistics", 0));
71 public class Deleter extends Mutation { class in inherits:Mutation
78 public Deleter(String className, int classVersion) { method in class:Deleter
86 public Deleter(String declaringClass, int declaringClassVersion, method in class:Deleter
93 return "[Deleter " + super.toString() + ']';
H A DMutations.java50 private Map<Mutation,Deleter> deleters;
58 deleters = new HashMap<Mutation,Deleter>();
99 public void addDeleter(Deleter deleter) {
108 public Deleter getDeleter(String className,
117 public Collection<Deleter> getDeleters() {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/evolve/
H A DDeleter.java43 * mutations.addDeleter(new Deleter(Person.class.getName(), 0,
64 * mutations.addDeleter(new Deleter("my.package.Statistics", 0));
71 public class Deleter extends Mutation { class in inherits:Mutation
78 public Deleter(String className, int classVersion) { method in class:Deleter
86 public Deleter(String declaringClass, int declaringClassVersion, method in class:Deleter
93 return "[Deleter " + super.toString() + ']';
H A DMutations.java50 private Map<Mutation,Deleter> deleters;
58 deleters = new HashMap<Mutation,Deleter>();
99 public void addDeleter(Deleter deleter) {
108 public Deleter getDeleter(String className,
117 public Collection<Deleter> getDeleters() {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/evolve/
H A DDeleter.java43 * mutations.addDeleter(new Deleter(Person.class.getName(), 0,
64 * mutations.addDeleter(new Deleter("my.package.Statistics", 0));
71 public class Deleter extends Mutation { class in inherits:Mutation
78 public Deleter(String className, int classVersion) { method in class:Deleter
86 public Deleter(String declaringClass, int declaringClassVersion, method in class:Deleter
93 return "[Deleter " + super.toString() + ']';
H A DMutations.java50 private Map<Mutation,Deleter> deleters;
58 deleters = new HashMap<Mutation,Deleter>();
99 public void addDeleter(Deleter deleter) {
108 public Deleter getDeleter(String className,
117 public Collection<Deleter> getDeleters() {
/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/impl/
H A DEvolver.java23 import com.sleepycat.persist.evolve.Deleter;
278 Deleter deleter = mutations.getDeleter(oldName, oldVersion, null);
284 "Class Deleter not allowed along with a Renamer or " +
402 /* Apply class Deleter and return. */
540 private boolean applyClassDeleter(Deleter deleter,
669 Deleter deleter = mutations.getDeleter
674 "Deleter is not allowed for a " + FIELD_LABEL);
H A DComplexFormat.java22 import com.sleepycat.persist.evolve.Deleter;
1004 "Deleter: " +
1346 Deleter deleter = mutations.getDeleter
1353 "Field Deleter is not allowed along with a Renamer or " +
1389 /* Apply field Deleter and continue. */
1394 "Field Deleter is not allowed when the persistent " +
1429 * The old field corresponds to a known new field, and no Deleter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DEvolver.java23 import com.sleepycat.persist.evolve.Deleter;
278 Deleter deleter = mutations.getDeleter(oldName, oldVersion, null);
284 "Class Deleter not allowed along with a Renamer or " +
402 /* Apply class Deleter and return. */
540 private boolean applyClassDeleter(Deleter deleter,
669 Deleter deleter = mutations.getDeleter
674 "Deleter is not allowed for a " + FIELD_LABEL);
H A DComplexFormat.java22 import com.sleepycat.persist.evolve.Deleter;
1004 "Deleter: " +
1346 Deleter deleter = mutations.getDeleter
1353 "Field Deleter is not allowed along with a Renamer or " +
1389 /* Apply field Deleter and continue. */
1394 "Field Deleter is not allowed when the persistent " +
1429 * The old field corresponds to a known new field, and no Deleter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DEvolver.java23 import com.sleepycat.persist.evolve.Deleter;
278 Deleter deleter = mutations.getDeleter(oldName, oldVersion, null);
284 "Class Deleter not allowed along with a Renamer or " +
402 /* Apply class Deleter and return. */
540 private boolean applyClassDeleter(Deleter deleter,
669 Deleter deleter = mutations.getDeleter
674 "Deleter is not allowed for a " + FIELD_LABEL);
H A DComplexFormat.java22 import com.sleepycat.persist.evolve.Deleter;
1004 "Deleter: " +
1346 Deleter deleter = mutations.getDeleter
1353 "Field Deleter is not allowed along with a Renamer or " +
1389 /* Apply field Deleter and continue. */
1394 "Field Deleter is not allowed when the persistent " +
1429 * The old field corresponds to a known new field, and no Deleter
/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 DEvolveClasses.java29 import com.sleepycat.persist.evolve.Deleter;
150 * Disallow removing an entity class when no Deleter mutation is specified.
183 * Allow removing an entity class when a Deleter mutation is specified.
198 m.addDeleter(new Deleter(NAME, 0));
227 * Disallow removing the Entity annotation when no Deleter mutation is
261 * Allow removing the Entity annotation when a Deleter mutation is
277 m.addDeleter(new Deleter(NAME, 0));
320 * Disallow changing the Entity annotation to Persistent when no Deleter
355 * Allow changing the Entity annotation to Persistent when a Deleter
374 m.addDeleter(new Deleter(NAM
[all...]
/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 DEvolveClasses.java29 import com.sleepycat.persist.evolve.Deleter;
150 * Disallow removing an entity class when no Deleter mutation is specified.
183 * Allow removing an entity class when a Deleter mutation is specified.
198 m.addDeleter(new Deleter(NAME, 0));
227 * Disallow removing the Entity annotation when no Deleter mutation is
261 * Allow removing the Entity annotation when a Deleter mutation is
277 m.addDeleter(new Deleter(NAME, 0));
320 * Disallow changing the Entity annotation to Persistent when no Deleter
355 * Allow changing the Entity annotation to Persistent when a Deleter
374 m.addDeleter(new Deleter(NAM
[all...]
/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 DEvolveClasses.java29 import com.sleepycat.persist.evolve.Deleter;
150 * Disallow removing an entity class when no Deleter mutation is specified.
183 * Allow removing an entity class when a Deleter mutation is specified.
198 m.addDeleter(new Deleter(NAME, 0));
227 * Disallow removing the Entity annotation when no Deleter mutation is
261 * Allow removing the Entity annotation when a Deleter mutation is
277 m.addDeleter(new Deleter(NAME, 0));
320 * Disallow changing the Entity annotation to Persistent when no Deleter
355 * Allow changing the Entity annotation to Persistent when a Deleter
374 m.addDeleter(new Deleter(NAM
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A DMakefile.in466 $(JAVA_SLEEPYCAT)/persist/evolve/Deleter.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dist/
H A DMakefile.in466 $(JAVA_SLEEPYCAT)/persist/evolve/Deleter.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dist/
H A DMakefile.in466 $(JAVA_SLEEPYCAT)/persist/evolve/Deleter.java \

Completed in 311 milliseconds