External Issue
Details
Assignee
UnassignedUnassignedReporter
Kai CissarekKai CissarekLabels
Components
Affects versions
Priority
TrivialWho's Looking?
Open Who's Looking?
Details
Details
Assignee
Unassigned
UnassignedReporter
Kai Cissarek
Kai CissarekLabels
Components
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created December 9, 2014 at 11:51 AM
Updated December 10, 2014 at 10:06 AM
Resolved December 10, 2014 at 9:48 AM
If you have a reference to another class which has a mapped property (not reference) with lazyload and that reference is a proxy you can not save it. it will throw that exception: "No persister for: ProductProxy"
this.Map(x => x.ProductImage).Not.Nullable().CustomSqlType("IMAGE").LazyLoad();{/code}