1038103910401041104210431044
throw new InternalException(); } public void providedCharField(PersistenceCapable pc, int field, char val) { throw new InternalException(); }
1043104410451046104710481049
throw new InternalException(); } public void providedByteField(PersistenceCapable pc, int field, byte val) { throw new InternalException(); }
1048104910501051105210531054
throw new InternalException(); } public void providedShortField(PersistenceCapable pc, int field, short val) { throw new InternalException(); }
1053105410551056105710581059
throw new InternalException(); } public void providedIntField(PersistenceCapable pc, int field, int val) { throw new InternalException(); }
1058105910601061106210631064
throw new InternalException(); } public void providedLongField(PersistenceCapable pc, int field, long val) { throw new InternalException(); }
1063106410651066106710681069
throw new InternalException(); } public void providedFloatField(PersistenceCapable pc, int field, float val) { throw new InternalException(); }
1068106910701071107210731074
throw new InternalException(); } public void providedDoubleField(PersistenceCapable pc, int field, double val) { throw new InternalException(); }
1073107410751076107710781079
throw new InternalException(); } public void providedStringField(PersistenceCapable pc, int field, String val) { throw new InternalException(); }
1078107910801081108210831084
throw new InternalException(); } public void providedObjectField(PersistenceCapable pc, int field, Object val) { throw new InternalException(); }
1082108310841085108610871088
Object val) { throw new InternalException(); } public boolean replaceBooleanField(PersistenceCapable pc, int field) { throw new InternalException(); }