In addition to the attribute being read/written, I think it would (or could) also be helpful to know which entity, too. I think ExtendedType already provides that, so just making sure it isn't overlooked.
mrg On Wed, Mar 12, 2014 at 3:13 AM, Andrus Adamchik <and...@objectstyle.org>wrote: > A heads up. I am looking to extend ExtendedType API to be a little more > context-aware (know which attribute is being read/written). My motivation > is quite interesting on its own - I need to implement generic data > encryption extensions that would encrypt/decrypt certain columns on the > fly. And I feel like ExtendedType is a place that is low-level enough to > make the encryption transparent to the rest of the stack. Very excited > about this project :) > > A.