1086108710881089109010911092
public boolean replaceBooleanField(PersistenceCapable pc, int field) { throw new InternalException(); } public char replaceCharField(PersistenceCapable pc, int field) { throw new InternalException(); }
1090109110921093109410951096
public char replaceCharField(PersistenceCapable pc, int field) { throw new InternalException(); } public byte replaceByteField(PersistenceCapable pc, int field) { throw new InternalException(); }
1094109510961097109810991100
public byte replaceByteField(PersistenceCapable pc, int field) { throw new InternalException(); } public short replaceShortField(PersistenceCapable pc, int field) { throw new InternalException(); }
1098109911001101110211031104
public short replaceShortField(PersistenceCapable pc, int field) { throw new InternalException(); } public int replaceIntField(PersistenceCapable pc, int field) { throw new InternalException(); }
1102110311041105110611071108
public int replaceIntField(PersistenceCapable pc, int field) { throw new InternalException(); } public long replaceLongField(PersistenceCapable pc, int field) { throw new InternalException(); }
1106110711081109111011111112
public long replaceLongField(PersistenceCapable pc, int field) { throw new InternalException(); } public float replaceFloatField(PersistenceCapable pc, int field) { throw new InternalException(); }
1110111111121113111411151116
public float replaceFloatField(PersistenceCapable pc, int field) { throw new InternalException(); } public double replaceDoubleField(PersistenceCapable pc, int field) { throw new InternalException(); }
1114111511161117111811191120
public double replaceDoubleField(PersistenceCapable pc, int field) { throw new InternalException(); } public String replaceStringField(PersistenceCapable pc, int field) { throw new InternalException(); }
1118111911201121112211231124
public String replaceStringField(PersistenceCapable pc, int field) { throw new InternalException(); } public Object replaceObjectField(PersistenceCapable pc, int field) { throw new InternalException(); }
1141114211431144114511461147
public boolean hasAutoAssignConstraints() { return false; } public Collection getInserts() { throw new InternalException(); }