C# 클래스 Spring.Data.NHibernate.Support.SessionPerConversationScopeSettings

파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FLUSHMODE_DEFAULT FlushMode

공개 메소드들

메소드 설명
SessionPerConversationScopeSettings ( ) : System

Initialize a new instance of SessionScopeSettings with default values.

Calling this constructor from your derived class leaves EntityInterceptor uninitialized. See ResolveEntityInterceptor for more.

SessionPerConversationScopeSettings ( IInterceptor entityInterceptor, FlushMode defaultFlushMode ) : System

Initialize a new instance of SessionPerConversationScopeSettings with the given values and references.

Calling this constructor marks all properties initialized.

보호된 메소드들

메소드 설명
ResolveEntityInterceptor ( ) : IInterceptor

Override this method to resolve an IInterceptor instance according to your chosen strategy.

메소드 상세

ResolveEntityInterceptor() 보호된 메소드

Override this method to resolve an IInterceptor instance according to your chosen strategy.
protected ResolveEntityInterceptor ( ) : IInterceptor
리턴 IInterceptor

SessionPerConversationScopeSettings() 공개 메소드

Initialize a new instance of SessionScopeSettings with default values.
Calling this constructor from your derived class leaves EntityInterceptor uninitialized. See ResolveEntityInterceptor for more.
public SessionPerConversationScopeSettings ( ) : System
리턴 System

SessionPerConversationScopeSettings() 공개 메소드

Initialize a new instance of SessionPerConversationScopeSettings with the given values and references.
Calling this constructor marks all properties initialized.
public SessionPerConversationScopeSettings ( IInterceptor entityInterceptor, FlushMode defaultFlushMode ) : System
entityInterceptor IInterceptor /// Specify the to be set on each session provided by the instance. ///
defaultFlushMode FlushMode /// Specify the flushmode to be applied on each session provided by the instance. ///
리턴 System

프로퍼티 상세

FLUSHMODE_DEFAULT 공개적으로 정적으로 프로퍼티

Default value for DefaultFlushMode property.
public static FlushMode FLUSHMODE_DEFAULT
리턴 FlushMode