931932933934935936937
public void dirty(int field) { throw new InternalException(); } public void removed(int field, Object removed, boolean key) { throw new InternalException(); }
935936937938939940941
public void removed(int field, Object removed, boolean key) { throw new InternalException(); } public boolean beforeRefresh(boolean refreshAll) { throw new InternalException(); }
939940941942943944945
public boolean beforeRefresh(boolean refreshAll) { throw new InternalException(); } public void setRemote(int field, Object value) { throw new InternalException(); }
947948949950951952953
/////////////////////////////// // StateManager implementation /////////////////////////////// public Object getPCPrimaryKey(Object oid, int field) { throw new InternalException(); }
951952953954955956957
public Object getPCPrimaryKey(Object oid, int field) { throw new InternalException(); } public StateManager replaceStateManager(StateManager sm) { throw new InternalException(); }
959960961962963964965
public Object getGenericContext() { return getContext(); } public void dirty(String field) { throw new InternalException(); }
970971972973974975976
public void accessingField(int field) { } public boolean serializing() { throw new InternalException(); }
974975976977978979980
public boolean serializing() { throw new InternalException(); } public boolean writeDetached(ObjectOutput out) { throw new InternalException(); }
978979980981982983984
public boolean writeDetached(ObjectOutput out) { throw new InternalException(); } public void proxyDetachedDeserialized(int idx) { throw new InternalException(); }
983984985986987988989
throw new InternalException(); } public void settingBooleanField(PersistenceCapable pc, int field, boolean val1, boolean val2, int set) { throw new InternalException(); }