i saw that i can use SessionScope and have inserts inside the scope of the SessionScope and do flush at the end of the scope.
my question is if i can define in some way that after, let's say, every 10 insertions/saves of objects, that they will automatically be flushed to the db.
in other words i want to be able to configure the way i use flush with castle active record.
p.s: is there any way to configure cascading behavior for objects like in NHibernate?