view « Fetch « JPA Q&A





1. How hibernate retrieve data from existing database view?    stackoverflow.com

I'm new to hibernate. My problem is that I have an Oracle database. I have a view in the database. Now I want to use hibernate to retrieve data in that ...

2. Problem while fetching data from View    forum.hibernate.org

I am getting the following exception while executing a select query from an oracle table view . There is no complex mapping. All the columns of the table are mapped correctly to a simple pojo object The query i am trying to execute is a select query but i can see an sql update query generated by hibernate printed in the ...

3. Problem fetching data from oracle View    forum.hibernate.org

I am getting the following exception while executing a select query from an oracle table view . There is no complex mapping. All the columns of the table are mapped correctly to a simple pojo object The query i am trying to execute is a select query but i can see an sql update query generated by hibernate printed in the ...

4. Views for fetching, tables for inserts/updates    forum.hibernate.org

All, is there any easy way to tell hibernate to fetch all data using a view, but somehow tell it what tables to update/insert? for example: all my data needs to come from, say, v_SomethingOrOther v_SomethingOrOther contains about 10 fields from table Something. The other 5 fields are either derived/calculated fields or join fields from ref tables...stuff I don't want to ...

5. Retrieve Model from View, but Save to Table    forum.hibernate.org