C# 클래스 Spring.Data.NHibernate.Bytecode.AbstractInjectableUserTypeFixture

파일 보기 프로젝트 열기: spring-projects/spring-net

보호된 프로퍼티들

프로퍼티 타입 설명
sessions ISessionFactoryImplementor

보호된 메소드들

메소드 설명
GetBytecodeProvider ( ) : IBytecodeProvider
InitializeServiceLocator ( ) : void

Initialize the ServiceLocator registering all services needed by this test.

Services needed, in this test, are: - uNhAddIns.Adapters.CommonTests.EnhancedBytecodeProvider.IDelimiter Implementation: uNhAddIns.Adapters.CommonTests.EnhancedBytecodeProvider.ParenDelimiter - uNhAddIns.Adapters.CommonTests.EnhancedBytecodeProvider.InjectableStringUserType

비공개 메소드들

메소드 설명
AbstractInjectableUserTypeFixture ( ) : log4net.Config
CloseSessionFactory ( ) : void
CreateDb ( ) : void
SaveNullPropertyAndGetItBack ( ) : void
SaveObjectWithStringChangedToUpper ( ) : void

메소드 상세

GetBytecodeProvider() 보호된 추상적인 메소드

protected abstract GetBytecodeProvider ( ) : IBytecodeProvider
리턴 IBytecodeProvider

InitializeServiceLocator() 보호된 추상적인 메소드

Initialize the ServiceLocator registering all services needed by this test.
Services needed, in this test, are: - uNhAddIns.Adapters.CommonTests.EnhancedBytecodeProvider.IDelimiter Implementation: uNhAddIns.Adapters.CommonTests.EnhancedBytecodeProvider.ParenDelimiter - uNhAddIns.Adapters.CommonTests.EnhancedBytecodeProvider.InjectableStringUserType
protected abstract InitializeServiceLocator ( ) : void
리턴 void

프로퍼티 상세

sessions 보호되어 있는 프로퍼티

protected ISessionFactoryImplementor sessions
리턴 ISessionFactoryImplementor