Searched refs:DisallowCompositeKeyField_byte2short_Key (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java.original1705 static class DisallowCompositeKeyField_byte2short_Key {
1722 DisallowCompositeKeyField_byte2short_Key key =
1723 new DisallowCompositeKeyField_byte2short_Key();
1729 PrimaryIndex<DisallowCompositeKeyField_byte2short_Key,
1732 (DisallowCompositeKeyField_byte2short_Key.class,
H A DEvolveClasses.java3447 static class DisallowCompositeKeyField_byte2short_Key { class in class:EvolveClasses
3466 DisallowCompositeKeyField_byte2short_Key.class.getName();
3469 DisallowCompositeKeyField_byte2short_Key key;
3473 return "com.sleepycat.persist.evolve.IncompatibleClassException: Type may not be changed for a primary key field or composite key class field when evolving class: com.sleepycat.persist.test.EvolveClasses$DisallowCompositeKeyField_byte2short_Key version: 0 to class: com.sleepycat.persist.test.EvolveClasses$DisallowCompositeKeyField_byte2short_Key version: 1 Error: Old field type: byte is not compatible with the new type: short for field: f2";

Completed in 82 milliseconds