Joined: Thu Apr 16, 2015 3:20 am Posts: 2
|
Hi,
I have an working hibernate solution with JAVA -> Hibernate -> SQLite. I have different relationships with annotations.
My problem is now:
I save some objects to table1. OK. Now I want to save some objects to table2 but table2 objects have references to table1 objects so I need to query the database to get that objects for attaching.
This takes a lot of time. At this point I have the joincolumn identifier for the table1 objects.
So my question is if there is a way to map the table1 objects unchecked and not queried via this identifier?
|
|