[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.ejb-orm] Re: correction: EJB3 is specified for use outside of a J2EE container


with a initial report query and then only load the full objects

Sorry, I can't find anything about "report query", neither with respect to Hibernate nor EJB3, could you tell me what that is?

its also called scalar queries.

"select o.x, o.y, o.z from SomeEntity o"

..but as I said - there is more ways to do this, each case has their
strength/weaknesses.

/max