C# 클래스 Bosphorus.Dao.Demo.NHibernate.General.ExecutionList.RelationByMap.Cascade_InSession

상속: AbstractCascade
파일 보기 프로젝트 열기: BosphorusTeam/bosphorus.dao

공개 메소드들

메소드 설명
Account_Delete ( ) : Account
Account_Insert ( ) : Account
Account_Update ( ) : Account
Cascade_InSession ( IResultTransformer resultTransformer, INHibernateStatefulDao accountDao, INHibernateStatefulDao customerDao ) : Bosphorus.Dao.Client.ResultTransformer
Customer_Delete ( ) : Customer
Customer_Insert ( ) : Customer
Customer_Update ( ) : Customer
Customer_Update_AddAccount ( ) : Customer
Customer_Update_RemoveAccount ( ) : Customer

보호된 메소드들

메소드 설명
ReadAccount ( ) : Account
ReadCustomer ( ) : Customer

메소드 상세

Account_Delete() 공개 메소드

public Account_Delete ( ) : Account
리턴 Bosphorus.Dao.Demo.Common.Business.Account

Account_Insert() 공개 메소드

public Account_Insert ( ) : Account
리턴 Bosphorus.Dao.Demo.Common.Business.Account

Account_Update() 공개 메소드

public Account_Update ( ) : Account
리턴 Bosphorus.Dao.Demo.Common.Business.Account

Cascade_InSession() 공개 메소드

public Cascade_InSession ( IResultTransformer resultTransformer, INHibernateStatefulDao accountDao, INHibernateStatefulDao customerDao ) : Bosphorus.Dao.Client.ResultTransformer
resultTransformer IResultTransformer
accountDao INHibernateStatefulDao
customerDao INHibernateStatefulDao
리턴 Bosphorus.Dao.Client.ResultTransformer

Customer_Delete() 공개 메소드

public Customer_Delete ( ) : Customer
리턴 Bosphorus.Dao.Demo.Common.Business.Customer

Customer_Insert() 공개 메소드

public Customer_Insert ( ) : Customer
리턴 Bosphorus.Dao.Demo.Common.Business.Customer

Customer_Update() 공개 메소드

public Customer_Update ( ) : Customer
리턴 Bosphorus.Dao.Demo.Common.Business.Customer

Customer_Update_AddAccount() 공개 메소드

public Customer_Update_AddAccount ( ) : Customer
리턴 Bosphorus.Dao.Demo.Common.Business.Customer

Customer_Update_RemoveAccount() 공개 메소드

public Customer_Update_RemoveAccount ( ) : Customer
리턴 Bosphorus.Dao.Demo.Common.Business.Customer

ReadAccount() 보호된 메소드

protected ReadAccount ( ) : Account
리턴 Bosphorus.Dao.Demo.Common.Business.Account

ReadCustomer() 보호된 메소드

protected ReadCustomer ( ) : Customer
리턴 Bosphorus.Dao.Demo.Common.Business.Customer