nhibernate-core
nhibernate-core copied to clipboard
Use BestGuessEntityName instead of GuessEntityName
GuessEntityName fails to retrieve the EntityName of *ProxyFieldInterceptor. Switch to use BestGuessEntityName instead since it already handles this case.
Thanks,
May you add a test demonstrating in which cases it makes a difference?