assembly://Spring.Data/Spring.Data.Common/dbproviders.xml.
- Future additions to round out the database coverage are forthcoming. The
- current crude mechanism to add additional providers, or to apply any
- standard Spring assembly://Spring.Data/Spring.Data.Common/dbproviders.xml. If
+ the provider you want to use is not provided "out of the box" you can
+ provide additional definitions. To do this follow the format of object
+ definitions defined in the previously mentioned assembly resource.file://dbProviders.xml. (That isn't a typo,
- there is a difference in case with the name of the embedded resource).
- This crude mechanism will eventually be replaced with one based on a
- custom configuration section in App.config/Web.config.assembly://Spring.Data/Spring.Data.Common/dbproviders.xml.
+ Open it up in Visual Studio or Reflector to see the contents of the
+ dbproviders.xml file.+ /// All object definitions will have been loaded, but no objects will have + /// been instantiated yet. This allows for overriding or adding properties + /// even to eager-initializing objects. + ///
+ ///<property> tag.
-// /// <property> tag.
+ ///