Very cool. That sounds like the direction that I might want to go for this particular scenario. Thanks again to everyone for the helpful info and suggestions!

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


Reply via email to