Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1420)

Unified Diff: test/org/hibernate/shards/testmodel/replicationtest/Replicated1.hbm.xml

Issue 8456: Adding check on Replicated classes Base URL: http://anonsvn.jboss.org/repos/hibernate/shards/trunk/src/
Patch Set: updating with Max's comments Created 15 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/org/hibernate/shards/testmodel/replicationtest/Replicated1.hbm.xml
===================================================================
--- test/org/hibernate/shards/testmodel/replicationtest/Replicated1.hbm.xml (revision 0)
+++ test/org/hibernate/shards/testmodel/replicationtest/Replicated1.hbm.xml (revision 0)
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!DOCTYPE hibernate-mapping PUBLIC
+ "-//Hibernate/Hibernate Mapping DTD//EN"
+ "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
+
+<hibernate-mapping package="org.hibernate.shards.testmodel.replicationtest">
+ <class name="Replicated1" table="Replicated1">
+ <id name="id" type="long" column="id"/>
+ <many-to-one name="rep" column="rep" class="org.hibernate.shards.testmodel.replicationtest.Replicated2" cascade="all"/>
+
+ </class>
+</hibernate-mapping>

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b