Searched refs:EntityConverter (Results 1 - 5 of 5) 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 DEntityConverter.java6 * $Id: EntityConverter.java,v 1.1 2008/02/07 17:12:27 mark Exp $
20 * are not used in conjunction with a Converter mutation. The EntityConverter
31 public class EntityConverter extends Converter { class in inherits:Converter
41 public EntityConverter(String entityClassName, method in class:EntityConverter
69 if (other instanceof EntityConverter) {
70 EntityConverter o = (EntityConverter) other;
85 return "[EntityConverter " + super.toString() +
/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 DComplexFormat.java23 import com.sleepycat.persist.evolve.EntityConverter;
1021 if (converter instanceof EntityConverter) {
1022 EntityConverter entityConverter = (EntityConverter) converter;
/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.java30 import com.sleepycat.persist.evolve.EntityConverter;
1118 m.addConverter(new EntityConverter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile450 $(JAVA_SLEEPYCAT)/persist/evolve/EntityConverter.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in445 $(JAVA_SLEEPYCAT)/persist/evolve/EntityConverter.java \

Completed in 90 milliseconds