Guest User

Untitled

a guest
Aug 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. How do I override the default isolation level when using the Transaction attribute in Spring.Net
  2. [Transaction( IsolationLevel.ReadUncommitted )]
  3.  
  4. <object
  5. name="HibernateTransactionManager"
  6. type="Spring.Data.NHibernate.HibernateTransactionManager, Spring.Data.NHibernate32"
  7. dependency-check="none">
  8. <property name="DbProvider" ref="MsSqlDbProvider"/>
  9. <property name="SessionFactory" ref="SessionFactory"/>
  10. </object>
Add Comment
Please, Sign In to add comment