We store entity redirects in the wb_entity_per_page table, with an index on the epp_redirect_target column. This should make it trivial to implement a service object with the following methods
- getRedirectTarget( EntityId ) returns EntityId|null
- getRedirectsTo( EntityId )returns EntityId[]