History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NH-1036
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Lauri Lüüs
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
NHibernate

IQuery.executeUpdate()

Created: 10/Jun/07 09:44 AM   Updated: 08/Oct/08 05:49 AM
Component/s: Core
Affects Version/s: 2.0.0.Alpha1
Fix Version/s: 2.0.0.Alpha1

Issue Links:
Related
 


 Description  « Hide
Hibernate 3.0 there is really neat function
for Execute the update or delete statement.

public int executeUpdate() throws HibernateException
    Returns:
        The number of entities updated or deleted.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Fabio Maulo - 27/Oct/07 10:14 AM
We can implement ExecuteNativeUpdate ASAP.
For ExecuteUpdate we need another QueryTranslator and is not so easy to port it (Ayende are working on it).

Fabio Maulo - 06/Dec/07 01:03 PM
ExecuteUpdate for native SQL query available in the trunk.