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

Unified Diff: test/org/hibernate/shards/testmodel/replicationtest/NotReplicated.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/NotReplicated.hbm.xml
===================================================================
--- test/org/hibernate/shards/testmodel/replicationtest/NotReplicated.hbm.xml (revision 0)
+++ test/org/hibernate/shards/testmodel/replicationtest/NotReplicated.hbm.xml (revision 0)
@@ -0,0 +1,11 @@
+<?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="NotReplicated" table="NotReplicated">
+ <id name="id" type="long" column="id"/>
+ <property name="rep" type="org.hibernate.shards.testmodel.replicationtest.Replicated1" column="rep"/>
+ </class>
+</hibernate-mapping>

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