This method should only be called by the owner of the change manager. It is invoked whenever an entity has been successfully changed. @param type the type of change, not null @param oid the object id of the entity, not null @param versionFrom the begining of a timespan of the change of the entity, not null @param versionTo the end of a timespan of the change of the entity, may be null @param versionInstant the instant at which the change is recorded as happening, not null
|
|