adding hibernate config
parent
efb7e0cc3b
commit
cfa669fe2e
|
@ -27,7 +27,7 @@
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<set name = "labels"
|
<set name = "labels"
|
||||||
table="R_LABEL_MINDMAP" order-by="label_id">
|
table="R_LABEL_MINDMAP" order-by="label_id" fetch="select" cascade="none">
|
||||||
<key column="mindmap_id" not-null="true"/>
|
<key column="mindmap_id" not-null="true"/>
|
||||||
<many-to-many column="label_id" class="com.wisemapping.model.Label"/>
|
<many-to-many column="label_id" class="com.wisemapping.model.Label"/>
|
||||||
</set>
|
</set>
|
||||||
|
|
Loading…
Reference in New Issue