Tom
Patrick Linskey wrote:
Cool! So to implement something like the constructor stuff Craig was referring to, you'd do: select new com.example.jpa.MyDataTransferObject(dept, oldTimers) from ... This should return a List<MyDataTransferObject>, populated lazily if so configured. -Patrick