Searched refs:Deleter (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/evolve/
H A DDeleter.java6 * $Id: Deleter.java,v 1.1 2008/02/07 17:12:27 mark Exp $
43 * 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() {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEvolver.java24 import com.sleepycat.persist.evolve.Deleter;
281 Deleter deleter = mutations.getDeleter(oldName, oldVersion, null);
287 "Class Deleter not allowed along with a Renamer or " +
403 /* Apply class Deleter and return. */
528 private boolean applyDeleter(Deleter deleter,
661 Deleter deleter = mutations.getDeleter
666 "Deleter is not allowed for a " + FIELD_LABEL);
H A DComplexFormat.java22 import com.sleepycat.persist.evolve.Deleter;
935 "Deleter: " +
1271 Deleter deleter = mutations.getDeleter
1278 "Field Deleter is not allowed along with a Renamer or " +
1314 /* Apply field Deleter and continue. */
1319 "Field Deleter is not allowed when the persistent " +
1354 * The old field corresponds to a known new field, and no Deleter
/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 DEvolveClasses.java29 import com.sleepycat.persist.evolve.Deleter;
139 * Disallow removing an entity class when no Deleter mutation is specified.
172 * Allow removing an entity class when a Deleter mutation is specified.
187 m.addDeleter(new Deleter(NAME, 0));
216 * Disallow removing the Entity annotation when no Deleter mutation is
250 * Allow removing the Entity annotation when a Deleter mutation is
266 m.addDeleter(new Deleter(NAME, 0));
311 * Disallow changing the Entity annotation to Persistent when no Deleter
346 * Allow changing the Entity annotation to Persistent when a Deleter
365 m.addDeleter(new Deleter(NAM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile449 $(JAVA_SLEEPYCAT)/persist/evolve/Deleter.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in444 $(JAVA_SLEEPYCAT)/persist/evolve/Deleter.java \

Completed in 290 milliseconds