nhibernate « Insert « JPA Q&A





1. Is no HQL needed for Get, Update, Insert and Delete operations in NHibernate?    stackoverflow.com

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?