Nhibernate Extension points -


i'm looking more information on extension points within nhibernate.

for instance know iusertype , icacheprovider. can't seem find reference of different extension points nhibernate provides?

is anyone's google-fu stronger mine :)

there no complete references on that... it's not hard @ assembly , find interfaces , base classes:

  • iinterceptor
  • ibatcherfactory
  • icollectiontypefactory
  • iproxyfactoryfactory
  • icacheprovider
  • iconnectionprovider
  • icurrentsessioncontext
  • dialect
  • idriver
  • iidentifiergenerator
  • ituplizer
  • and many more...

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -