
| Key: |
NH-1036
|
| Type: |
New Feature
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Lauri Lüüs
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
NHibernate
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
|
|
|
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.
|
|
Description
|
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.
|
Show » |
|
For ExecuteUpdate we need another QueryTranslator and is not so easy to port it (Ayende are working on it).