You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removing ignore from the lazy property fixture
* Adding LazyFieldInterceptor impl for Castle. Adding IFieldInterceptorAccessor to allow setting the field interceptor Adding convenience methods to detect property invocations
* Adding DefaultFieldInterceptor - since we don't need one tied to the actual field interception impl
* Removing temporary #region
* Detecting usage of non collection lazy properties in entity meta model and considering this for instrumented fields
* Implementing FieldInterceptionHelper Delegating responsibility for detecting interception to the proxy factory
* Adding support for detecting lazy properties in the mapping
* Simplifying code
* Removed overly complex code
* Binding properties laziness
* Adding the ability to create field interception proxy to proxy factories.
* Will create field interception proxy when needed LazyPropertyFixture basic test now works
* Fixing off by one error
* Adding more tests to verify lazy properties actually work
* Implementing empty impl of the new field interception capabilities to other proxy factories impl
* Updating loaded sln projects
SVN: trunk@4923
0 commit comments