abhi62003 / relax-net

Automatically exported from code.google.com/p/relax-net
GNU General Public License v3.0
0 stars 0 forks source link

irepository is missing several features from the concrete repository #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IRepository<> should have the same functionality as Repository<>.

Original issue reported on code.google.com by nnyst...@gmail.com on 26 Nov 2009 at 7:13

GoogleCodeExporter commented 9 years ago
Actually it just needs the querying functions, Where() and All(). The 
IRepository 
interface should only be used by application level services, and shouldn't 
expose 
couch's inner workings.

The 'Design' functions are only accessible through the concrete repository, 
which is 
allowed to understand a bit more about couch's mechanics.

Original comment by nnyst...@gmail.com on 26 Nov 2009 at 7:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r19.

Original comment by nnyst...@gmail.com on 26 Nov 2009 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by nnyst...@gmail.com on 26 Nov 2009 at 7:34