fetching-strategy
NHibernate AliasToBeanResultTransformer & Collections
I would like to return a DTO from my data layer which would also contain child collections...such as this:[详细]
2023-03-13 09:06 分类:问答Grails automatic relational fetching
Is is possible to do automatic rel开发者_JAVA技巧ation fetching in GORM / Grails? class Person { static hasMany = [cars : Car][详细]
2023-02-05 02:56 分类:问答Linq to NHibernate ThenFetch multiple properties
I\'ve got this object graph: // Lots of stuff omitted for brevity; these are all virtual properties and there[详细]
2023-02-01 19:06 分类:问答SetFetchMode call ignored
I have a problem with SetFetchMode call in Crite开发者_如何转开发ria API in following query: DetachedCriteria.For<User>()[详细]
2023-01-19 09:30 分类:问答How does Hibernate's batch-fetching algorithm work?
I found this description of the batch-fetching algorithm in \"Manning - Java Persistence with Hibernate\":[详细]
2023-01-11 12:42 分类:问答How to set NHibernate Linq fetch strategy through a façade layer
I’m using NHibernate for data access, but accessing it through a façade layer. This layer consists of interfaces for the repositories, plus an IUnitOfWork interface which corresponds to the ISession[详细]
2023-01-11 06:48 分类:问答Force an eager select in NHibernate
I am trying to eagerly fetch collections using selects, but all I am getting is inner joins. What is going on?[详细]
2022-12-14 04:43 分类:问答