Yep I know that but that doesn't help in my case, because I need the most specific in a separate database and as i mentioned I have more that 100 classes (globals) so yes I can map and specify my Global.pkg.MyClassGlobal in the new database but I already mapped Global.pkg* in the old because I have many classes in  Global.pkg and I don't want to map one by one in my pkg and exclude Global.pkg.MyClassGlobal ?
So I guess I'll have to go pkg then classes that starts with eg. A, B ...etc (eg. Global.pkg.M*) in the pkg, exclude Global.pkg.MyClassGlobal and map it by itself in the new DB instead.
All good thanks Chris

Its a class that doesn't extend  %ZEN.Component.page, but it is a .cls and my understanding is that a CSP pages are pages saved as .csp and my class (.cls) as shown below is considered as a Zen page?

here is my class definition 

  and in content section 

and the problem that I've tried adding a component eg. a textbox or label in the XData Content section (where the time is) but its not showing up in the page, only my html called in my classmethod !?