C# 클래스 Spring.Data.SimpleAccountDebitDao

상속: Spring.Data.Core.AdoDaoSupport
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
DebitAccount ( float debitAmount ) : void

Insert into the debits table a debit amount

Note that this method is not declared as virtual since the transaction demarcation is done in the SimpleAccountManager class and does not need to have a transactional proxy created for it. If one was not using a higher level class to demarcate transactions and instead wanted to demarcate at the DAO directly, the method would be declared as virtual and the transaction attributes (or corresponding XML declarations) would be applied to this method.

SimpleAccountDebitDao ( ) : System

메소드 상세

DebitAccount() 공개 메소드

Insert into the debits table a debit amount
Note that this method is not declared as virtual since the transaction demarcation is done in the SimpleAccountManager class and does not need to have a transactional proxy created for it. If one was not using a higher level class to demarcate transactions and instead wanted to demarcate at the DAO directly, the method would be declared as virtual and the transaction attributes (or corresponding XML declarations) would be applied to this method.
public DebitAccount ( float debitAmount ) : void
debitAmount float the debit amount
리턴 void

SimpleAccountDebitDao() 공개 메소드

public SimpleAccountDebitDao ( ) : System
리턴 System