]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.hibernate/src/main/resources/org/argeo/slc/hibernate/runtime/SlcAgentDescriptor.hbm.xml
Integrate ActiveMQ
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.hibernate / src / main / resources / org / argeo / slc / hibernate / runtime / SlcAgentDescriptor.hbm.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE hibernate-mapping PUBLIC
3 "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4 "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
5 <hibernate-mapping package="org.argeo.slc.runtime">
6 <class name="SlcAgentDescriptor" table="SLC_AGENT_DESCRIPTOR">
7 <cache usage="read-write" />
8
9 <id name="uuid" column="UUID" />
10 <property name="host" column="HOST" />
11 </class>
12 </hibernate-mapping>