I have tried using the Reveal property in Fluent but I can\'t get it to compile with a collection. I want one of my collections in an entity to be protected and not accessib
code should work.
Check that it's a property and that you have protected getters and setters (privates will not work, since NHibernate will want to proxy the collection for lazyloading).