|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<hibernate-mapping> |
|
|
|
<hibernate-mapping> |
|
|
|
<class |
|
|
|
<class |
|
|
|
name="de.kreth.vaadin.clubhelper.vaadinclubhelper.data.ClubEvent" |
|
|
|
name="de.kreth.vaadin.clubhelper.vaadinclubhelper.data.ClubEvent" |
|
|
|
table="ClubEvent"> |
|
|
|
table="clubevent"> |
|
|
|
<id column="id" name="id" type="string" /> |
|
|
|
<id column="id" name="id" type="string" /> |
|
|
|
<property column="caption" generated="never" lazy="false" |
|
|
|
<property column="caption" generated="never" lazy="false" |
|
|
|
name="caption" type="string" /> |
|
|
|
name="caption" type="string" /> |
|
|
|
|