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

Inheritance: AbstractCascade
Afficher le fichier Open project: BosphorusTeam/bosphorus.dao

Méthodes publiques

Méthode Description
Account_Delete ( ) : Account
Account_Insert ( ) : Account
Account_Update ( ) : Account
Cascade_OutSession ( 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

Méthodes protégées

Méthode Description
ReadAccount ( ) : Account
ReadCustomer ( ) : Customer

Method Details

Account_Delete() public méthode

public Account_Delete ( ) : Account
Résultat Bosphorus.Dao.Demo.Common.Business.Account

Account_Insert() public méthode

public Account_Insert ( ) : Account
Résultat Bosphorus.Dao.Demo.Common.Business.Account

Account_Update() public méthode

public Account_Update ( ) : Account
Résultat Bosphorus.Dao.Demo.Common.Business.Account

Cascade_OutSession() public méthode

public Cascade_OutSession ( IResultTransformer resultTransformer, INHibernateStatefulDao accountDao, INHibernateStatefulDao customerDao ) : Bosphorus.Dao.Client.ResultTransformer
resultTransformer IResultTransformer
accountDao INHibernateStatefulDao
customerDao INHibernateStatefulDao
Résultat Bosphorus.Dao.Client.ResultTransformer

Customer_Delete() public méthode

public Customer_Delete ( ) : Customer
Résultat Bosphorus.Dao.Demo.Common.Business.Customer

Customer_Insert() public méthode

public Customer_Insert ( ) : Customer
Résultat Bosphorus.Dao.Demo.Common.Business.Customer

Customer_Update() public méthode

public Customer_Update ( ) : Customer
Résultat Bosphorus.Dao.Demo.Common.Business.Customer

Customer_Update_AddAccount() public méthode

public Customer_Update_AddAccount ( ) : Customer
Résultat Bosphorus.Dao.Demo.Common.Business.Customer

Customer_Update_RemoveAccount() public méthode

public Customer_Update_RemoveAccount ( ) : Customer
Résultat Bosphorus.Dao.Demo.Common.Business.Customer

ReadAccount() protected méthode

protected ReadAccount ( ) : Account
Résultat Bosphorus.Dao.Demo.Common.Business.Account

ReadCustomer() protected méthode

protected ReadCustomer ( ) : Customer
Résultat Bosphorus.Dao.Demo.Common.Business.Customer