Method | Description | |
---|---|---|
Retieve ( string hql, int pageIndex, int pageSize, object parameters ) : IList | ||
Retieve ( string hql, object parameters ) : IList | ||
RetieveAll ( ) : IList | ||
Retrieve ( int identity ) : object | ||
RetrieveCount ( string hql, object parameters ) : int | ||
RetrieveWithRecache ( int identity, bool recache ) : object |
Method | Description | |
---|---|---|
GetList ( ) : List |
||
GetRequestDTO ( int index ) : RequestDTO |
public Retieve ( string hql, int pageIndex, int pageSize, object parameters ) : IList | ||
hql | string | |
pageIndex | int | |
pageSize | int | |
parameters | object | |
return | IList |
public Retieve ( string hql, object parameters ) : IList | ||
hql | string | |
parameters | object | |
return | IList |
public RetrieveCount ( string hql, object parameters ) : int | ||
hql | string | |
parameters | object | |
return | int |
public RetrieveWithRecache ( int identity, bool recache ) : object | ||
identity | int | |
recache | bool | |
return | object |