IUserType « Load « JPA Q&A





1. NHibernate: Lazy loading of IUserType    stackoverflow.com

Say we have a system that stores details of clients, and a system that stores details of employees (hypothetical situation!). When the EmployeeSystem access an Employee, the Client information is accessed ...

2. NHibernate: Many-to-one IUserType    stackoverflow.com

Following on from this question: NHibernate: Lazy loading of IUserType Seeing as I can't lazy load a property or a one-to-one relationship, is there a way I can use an IUserType with ...

3. NHibernate part load entity from database, part load from WCF    stackoverflow.com

I've been looking at loading enities from WCF: NHibernate: Lazy loading of IUserType NHibernate: Many-to-one IUserType Preloading IUserType with values from webservice I've worked out how to lazy load the entity from ...