Guest User

Untitled

a guest
Jun 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <version type="dbtimestamp" name="modified" column="Modified"/>
  2.  
  3. <many-to-one name="bankAccount" class="model.businessdomain.orm.BankAccount" fetch="select" >
  4. <column name="BankAccountId" not-null="true" />
  5. </many-to-one>
  6.  
  7. 17:12:16,152 DEBUG SQL:401 - select * from dbo.get_availablebalancelist(?) ab where ab.bankAccountId = ?
  8. 17:12:31,539 DEBUG SQL:401 - select current_timestamp
  9. 17:12:31,625 DEBUG SQL:401 - update dbo.BankAccount set Modified=?, BankAccountTypeId=?, BankID=?, InterestSchemeID=?, BankAccNo=?, SysParamID=?, BankAccName=?, BranchCode=?, UserRef=?, CAMSCode=?, Provision=?, ProvisionPerc=?, OverDraftLimit=?, isIslamic=?, Active=? where BankAccountId=? and Modified=?
Add Comment
Please, Sign In to add comment