mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
adding hibernate config
This commit is contained in:
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
Block a user