users@glassfish.java.net

Re: Working with JPA and Database Views

From: <forums_at_java.net>
Date: Thu, 14 Jul 2011 01:59:18 -0500 (CDT)

Use @SqlResultSetMapping along with native query. this is because views are
not inteneded for CRUD operations. so we should not map them with entities by
design.

-srinivas


--
[Message sent by forum member 'srinu.hello']
View Post: http://forums.java.net/node/697075