On Jun 18, 2009, at 1:58 AM, allen.fowler wrote:

>
>
>> you can, you can use a validator that rejects all changes, or if
>> you're
>> brave you can create a custom __setattribute__ method that brokers  
>> all
>> attribute setter access.   the former is in the SQLA mapping docs the
>> latter is part of Python.
>
> Thank you.  Interesting.... seems a bit of a round about, though.  :)

its an object relational mapper, which deals with persistence.   the  
behavior of your business objects beyond that is your own affair.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to