1. Does NHibernate interoperate with Hibernate? If not is there a framework out there for both Java and .NET? stackoverflow.comSay you had:
|
2. Executing multiple updates in a single NHibernate HQL statement stackoverflow.comI would like to write the following SQL in HQL so it executes as a single statement:
I've translated ... |
3. NHibernate - Unexpected update wihout explicit update stackoverflow.comafter a child collection with one item in it gets lazy loaded when performing an SQL select on the parent, an update statement is executed for this child afterwards - without ... |
4. Problem with NHibernate and saving - NHibernate doesn't detect changes and uses old values stackoverflow.comWhen I do this:
NHibernate detects the change and UPDATEs the DB. But, when I do this:
I get NULL for name, ... |
5. saveOrUpdate(Object) method of Hibernate stackoverflow.comwhen i use saveOrUpdate(Object) method of Hibernate. How can I know that row is updated or new row added into table??? Return type of method saveOrUpdate(Object) is void, so am not ... |
6. update with join in HQL stackoverflow.comI have this request in pure SQL (mySql) which works perfectly :
|