remove classes of relationship
This commit is contained in:
committed by
Ezequiel Bergamaschi
parent
f3cc90d9d0
commit
d089b471fc
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE hibernate-mapping PUBLIC
|
||||
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
||||
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
|
||||
|
||||
<hibernate-mapping>
|
||||
|
||||
<class name="com.wisemapping.model.LabelMindmap" table="R_LABEL_MINDMAP">
|
||||
<composite-id>
|
||||
<key-property name="mindmapId" type="int" column="mindmap_id"/>
|
||||
<key-property name="labelId" type="int" column="label_id" />
|
||||
</composite-id>
|
||||
</class>
|
||||
|
||||
</hibernate-mapping>
|
Reference in New Issue
Block a user