C# Class Bosphorus.Dao.Demo.NHibernate.General.ExecutionList.RelationByMap.Cascade_InSession

Inheritance: AbstractCascade
Show file Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method Description
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

Protected Methods

Method Description
ReadAccount ( ) : Account
ReadCustomer ( ) : Customer

Method Details

Account_Delete() public method

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

Account_Insert() public method

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

Account_Update() public method

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

Cascade_InSession() public method

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

Customer_Delete() public method

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

Customer_Insert() public method

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

Customer_Update() public method

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

Customer_Update_AddAccount() public method

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

Customer_Update_RemoveAccount() public method

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

ReadAccount() protected method

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

ReadCustomer() protected method

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