|
Joutsen Persistence v0.3.0+1-ga730d6d
|
A repository of persisted objects from which objects can be retrieved but which cannot be changed by adding or updating objects. More...
Public Member Functions | |
| EntityType | GetById (IdentifierType id) |
| Fetches an object identified by its id from the repository. More... | |
A repository of persisted objects from which objects can be retrieved but which cannot be changed by adding or updating objects.
| EntityType | the type of the persisted objects handled by the repository |
| IdentifierType | the type of the unique identifier of the persisted objects handled by the repository |
| IdentifierType | : | struct | |
| EntityType | : | class |
| EntityType Joutsen.Persistence.ReadOnlyRepository< EntityType, IdentifierType >.GetById | ( | IdentifierType | id | ) |
Fetches an object identified by its id from the repository.
Implemented in Joutsen.Persistence.NHibernate.NHibernateReadOnlyRepository< EntityType, IdentifierType >.