C# Class Spring.Data.GemFire.Tests.InventorRepository

Inheritance: IInventorRepository
Show file Open project: spring-projects/spring-gemfire-net

Public Methods

Method Description
InventorRepository ( ) : System
Save ( [ inventor ) : void

Private Methods

Method Description
Delete ( Inventor inventor ) : void
DeleteAll ( ) : void
GetAll ( ) : IList
GetAllNoCacheKey ( ) : IList
Load ( string name ) : Inventor

Method Details

InventorRepository() public method

public InventorRepository ( ) : System
return System

Save() public method

public Save ( [ inventor ) : void
inventor [
return void