all-delete-orphan Questions
2
Solved
I have a case where I need to cleanup table from orphans regularly, so I'm looking for a high performance solution. I tried using 'IN' clause, but its not really fast. Columns have all the required...
Simile asked 24/11, 2015 at 17:10
1
Solved
I'm new to this hibernate annotation. I want to convert this xml mapping into annotations:
<map name="Text" table="JAV_TEXT" inverse="true" cascade="all-delete-orphan">
<key column="FK_G...
Sublime asked 31/7, 2015 at 6:50
1
© 2022 - 2024 — McMap. All rights reserved.