C# 클래스 Spring.Data.TestObjectDao

AdoTemplate based implementation of ITestObjectDao data access layer.
상속: Spring.Data.Core.AdoDaoSupport, ITestObjectDao
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string name, int age ) : void
Delete ( string name ) : void
FindAll ( ) : IList
FindByName ( string name ) : Spring.Objects.TestObject
GetCount ( ) : int
GetCount ( int lowerAgeLimit ) : int
GetCount ( int lowerAgeLimit, string name ) : int
GetCountByAltMethod ( int lowerAgeLimit ) : int
GetCountByCommandSetter ( int lowerAgeLimit ) : int
GetCountByDelegate ( ) : int
Update ( Spring.Objects.TestObject to ) : void

비공개 메소드들

메소드 설명
MyDelegate ( IDbCommand command ) : Object

메소드 상세

Create() 공개 메소드

public Create ( string name, int age ) : void
name string
age int
리턴 void

Delete() 공개 메소드

public Delete ( string name ) : void
name string
리턴 void

FindAll() 공개 메소드

public FindAll ( ) : IList
리턴 IList

FindByName() 공개 메소드

public FindByName ( string name ) : Spring.Objects.TestObject
name string
리턴 Spring.Objects.TestObject

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetCount() 공개 메소드

public GetCount ( int lowerAgeLimit ) : int
lowerAgeLimit int
리턴 int

GetCount() 공개 메소드

public GetCount ( int lowerAgeLimit, string name ) : int
lowerAgeLimit int
name string
리턴 int

GetCountByAltMethod() 공개 메소드

public GetCountByAltMethod ( int lowerAgeLimit ) : int
lowerAgeLimit int
리턴 int

GetCountByCommandSetter() 공개 메소드

public GetCountByCommandSetter ( int lowerAgeLimit ) : int
lowerAgeLimit int
리턴 int

GetCountByDelegate() 공개 메소드

public GetCountByDelegate ( ) : int
리턴 int

Update() 공개 메소드

public Update ( Spring.Objects.TestObject to ) : void
to Spring.Objects.TestObject
리턴 void