Mmm thanks I did see that now this suggestion off there: "Alternatively, assuming you want to do this as you have a large BLOB field (for example) an approach with existing NHibernate is to treat/map that field as part of another different (1-1) 'child' class (i.e. ignoring the fact that it is stored on the same table) and just lazy-load that child class."
Is this possible to do? My idea is to just put the file in its own table and have a 1-1 mapping can this be done with 1 table as suggested? Cheers On Thu, Nov 13, 2008 at 4:53 PM, Tuna Toksöz <[EMAIL PROTECTED]> wrote: > http://jira.nhibernate.org/browse/NH-429 > > Are you looking for this? If so it looks it is still open. > > On Thu, Nov 13, 2008 at 7:58 AM, codemonkey <[EMAIL PROTECTED]> wrote: >> >> NH? I have googled forever and cannot find any >> info at all? My only option it seems is to use a seperate table to my >> image and map using a one-to-one with lazy set tot true. > > > > -- > Tuna Toksöz > > Typos included to enhance the readers attention! > > > > -- Stefan Sedich Software Developer http://weblogs.asp.net/stefansedich --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
