Chapter 15. IObjectMapper Class Reference

Table of Contents

1. int Count
2. void Delete(T object)
3. IList<T> GetCollection()
4. IList<T> GetCollection(string query)
5. IList<T> GetCollectionWithChildren()
6. IList<T> GetCollectionWithChildren(string query)
7. T GetObject(object id)
8. T GetObject(AbstractCompositeKey ids)
9. T GetObjectWithChildren(object id)
10. T GetObjectWithChildren(AbstractCompositeKey ids)
11. void Load(T object, object id)
12. void Load(T object, AbstractCompositeKey ids)
13. void LoadChildrenOnly(T entity)
14. void LoadWithChildren(T object, object id)
15. void LoadWithChildren(T object, AbstractCompositeKey ids)
16. IList<string> RecentStatements
17. void Save(T object)
18. void SaveWithChildren(T object)