Skip to content

Instantly share code, notes, and snippets.

@sebersole
Created March 27, 2013 19:14
Show Gist options
  • Save sebersole/5257155 to your computer and use it in GitHub Desktop.
Save sebersole/5257155 to your computer and use it in GitHub Desktop.
<hibernate-mapping>
<class name="IncomingData" entity-name="IncomingPartnerData" table="PARTNER_INCOMING_DATA">
...
</class>
<class name="IncomingData" entity-name="IncomingCustomerData" table="CUSTOMER_INCOMING_DATA">
...
</class>
</hibernate-mapping>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment