2012/12/19 Michael Gentry
> One of the dangers of having delete/save/update
Update method do not needed, delete method is useful - because it remove
entity from context.
And instead of save method - we may create methods - seems like
commitContext, rollbackContext.
Also we may create it in "Rol
Now I am working for reporting requirements, where I want to fetch the data
from multiple tables and relationships between them are one-to-one and
one-to-many and many-to-many.
If we use 'SelectQuery' or 'SQLTemplate' the output is list objects.
Using the root object we can fetch the references d