public interface IHibernatedObjectExtensionList (Code)
Describes where to find hibernated object XML definitions (.hbm.xml) and the
class versions of the hibernated objects. This lets us discover changes to an
objects' definition which will trigger a schema update call.
author: mbatchel
Provides a map of an object class name (not fully qualified) to the
class version number. This allows the DefinitionVersionManager to
detect changes in a class version which should trigger a schema update call.
Map of classes to versions