Are Get/Update/Insert/Delete all built in functions that work out of the box without having to write any HQL?
I guess it gets this information from the mappings XML files?
Are Get/Update/Insert/Delete all built in functions that work out of the box without having to write any HQL?
I guess it gets this information from the mappings XML files?
Yes. These are primitive operations provided by ISession. HQL is only needed for complex queries.