Example #1
0
 /** @return The instance of DBMeta as my table type. (NotNull) */
 public TImageDbm getMyDBMeta() {
   return TImageDbm.getInstance();
 }
Example #2
0
 /** @return The instance of DBMeta. (NotNull) */
 public DBMeta getDBMeta() {
   return TImageDbm.getInstance();
 }