Esempio n. 1
0
 public override ObjectDatabase newCachedDatabase()
 {
     // Note that "this" is not returned since subclasses might actually do something,
     // on closeSelf() (for example closing database connections or open repositories).
     // The situation might become even more tricky if we will consider alternates.
     return(wrapped.newCachedDatabase());
 }
Esempio n. 2
0
 public override ObjectDatabase newCachedDatabase()
 {
     return(_objectDatabase.newCachedDatabase());
 }