Searched refs:Converter (Results 1 - 12 of 12) 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/evolve/
H A DConverter.java6 * $Id: Converter.java,v 1.1 2008/02/07 17:12:27 mark Exp $
38 * mutations.addConverter(new Converter(Person.class.getName(), 0,
48 public class Converter extends Mutation { class in inherits:Mutation
58 public Converter(String className, method in class:Converter
69 public Converter(String declaringClassName, method in class:Converter
105 if (other instanceof Converter) {
106 Converter o = (Converter) other;
121 return "[Converter " + super.toString() +
H A DMutations.java51 private Map<Mutation,Converter> converters;
59 converters = new HashMap<Mutation,Converter>();
124 public void addConverter(Converter converter) {
133 public Converter getConverter(String className,
142 public Collection<Converter> getConverters() {
H A DEntityConverter.java16 * A subclass of Converter that allows specifying keys to be deleted.
18 * <p>When a Converter is used with an entity class, secondary keys cannot be
20 * are not used in conjunction with a Converter mutation. The EntityConverter
21 * can be used instead of a plain Converter to specify the key names to be
25 * using a Converter mutation with an entity class.</p>
27 * @see Converter
31 public class EntityConverter extends Converter {
64 * and given object, and if the {@link Converter#equals} superclass method
/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 DPersistentProxy.java11 import com.sleepycat.persist.evolve.Converter; // for javadoc
91 * Converter}, only the raw data of the proxy instance will be visible. Raw
/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 DConverterReader.java11 import com.sleepycat.persist.evolve.Converter;
15 * Reader for invoking a class Converter mutation.
23 private Converter converter;
26 ConverterReader(Converter converter) {
H A DFormat.java18 import com.sleepycat.persist.evolve.Converter;
720 * Called when a Converter handles evolution of a class, but we may still
724 Converter converter,
H A DEvolver.java23 import com.sleepycat.persist.evolve.Converter;
282 Converter converter =
288 "Converter for the same class");
385 /* Apply class Converter and return. */
566 private boolean applyConverter(Converter converter,
669 Converter converter = mutations.getConverter
674 "Converter is not allowed for a " + FIELD_LABEL);
684 "Converter is not allowed for a " + FIELD_LABEL);
H A DComplexFormat.java21 import com.sleepycat.persist.evolve.Converter;
784 "Converter is required when a complex type is changed " +
803 Converter converter = mutations.getConverter
808 "Converter is required for this subclass when a " +
809 "Converter appears on its superclass: " + converter);
907 "Class Converter is required when a " +
1006 Converter converter,
1067 " not allowed when using a Converter with an entity class");
1273 Converter converter = mutations.getConverter
1279 "Converter fo
[all...]
H A DStore.java43 import com.sleepycat.persist.evolve.Converter;
206 * model. Only then may we initialize the Converter mutations, which
211 for (Converter converter : mutations.getConverters()) {
/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 DEvolveClasses.java28 import com.sleepycat.persist.evolve.Converter;
1036 * has persistent fields and no Deleter or Converter is specified.
1093 * persistent fields and a class Converter is specified. Also check that
3730 * and Converter mutations. Also tests primary and secondary key field
3862 m.addConverter(new Converter(NAME, 0, "f_long2int", conv1));
3863 m.addConverter(new Converter(NAME, 0, "f_String2long", conv2));
3864 m.addConverter(new Converter(NAME2, 0, "f_long2Integer", conv1));
3865 m.addConverter(new Converter(NAME2, 0, "f_String2Long", conv2));
4347 Converter converter = new Converter
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile444 $(JAVA_SLEEPYCAT)/persist/evolve/Converter.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in442 $(JAVA_SLEEPYCAT)/persist/evolve/Converter.java \

Completed in 128 milliseconds