entity « JDBC « JPA Q&A





1. Can/should JPA be used to return values rather than entities?    stackoverflow.com

I'm using JPA for a project and in most cases, want to get entities, but there are a few cases (reporting being one of them, but there are others) where I ...

2. CRUD using Hibernate but without any entities    stackoverflow.com

Is is possible to do this? I know Hibernate is an ORM tool which maps objects to tables in the database. So we need to have the entities to do CRUD ...