C# 클래스 Castle.Facilities.ActiveRecordIntegration.SessionFactoryDelegate

Implements ISessionFactory allowing it to be used by the container as an ordinary component. However only ISessionFactory.OpenSession(IDbConnection) is implemented
상속: ISessionFactory
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ISessionFactoryHolder sessionFactoryHolder, Type arType ) : ISessionFactory

Creates the specified session factory delegate from the holder and root type

메소드 상세

Create() 공개 정적인 메소드

Creates the specified session factory delegate from the holder and root type
public static Create ( ISessionFactoryHolder sessionFactoryHolder, Type arType ) : ISessionFactory
sessionFactoryHolder ISessionFactoryHolder The session factory holder.
arType System.Type Type of the AR entity.
리턴 ISessionFactory