At runtime you mean? No that info isn't available in the mappings. Could you elaborate why you'd need this? (as you can add an include template to the entity template to emit this info into the generated code, but that can be done at several places, so it's better if we know what you want to achieve)
Yeah, at runtime. I have a basic DB Editor for the mapped entities, and wanted to display an indicator for table vs view. I'll probably just query the information schema view to get the info in this case.