988989990991992993994
throw new InternalException(); } public void settingCharField(PersistenceCapable pc, int field, char val1, char val2, int set) { throw new InternalException(); }
993994995996997998999
throw new InternalException(); } public void settingByteField(PersistenceCapable pc, int field, byte val1, byte val2, int set) { throw new InternalException(); }
99899910001001100210031004
throw new InternalException(); } public void settingShortField(PersistenceCapable pc, int field, short val1, short val2, int set) { throw new InternalException(); }
1003100410051006100710081009
throw new InternalException(); } public void settingIntField(PersistenceCapable pc, int field, int val1, int val2, int set) { throw new InternalException(); }
1008100910101011101210131014
throw new InternalException(); } public void settingLongField(PersistenceCapable pc, int field, long val1, long val2, int set) { throw new InternalException(); }
1013101410151016101710181019
throw new InternalException(); } public void settingFloatField(PersistenceCapable pc, int field, float val1, float val2, int set) { throw new InternalException(); }
1018101910201021102210231024
throw new InternalException(); } public void settingDoubleField(PersistenceCapable pc, int field, double val1, double val2, int set) { throw new InternalException(); }
1023102410251026102710281029
throw new InternalException(); } public void settingStringField(PersistenceCapable pc, int field, String val1, String val2, int set) { throw new InternalException(); }
1028102910301031103210331034
throw new InternalException(); } public void settingObjectField(PersistenceCapable pc, int field, Object val1, Object val2, int set) { throw new InternalException(); }
1033103410351036103710381039
throw new InternalException(); } public void providedBooleanField(PersistenceCapable pc, int field, boolean val) { throw new InternalException(); }