TavernerPOS - Source Code

Clone: 

git clone http://www.librarysmith.co.uk/tavernerPOS

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<hibernate-mapping package="com.floreantpos.model">
  <class lazy="false" name="com.floreantpos.model.InventoryMetaCode"  table="INVENTORY_META_CODE">
    <id column="ID" name="id" type="java.lang.Integer">
      <generator class="identity"/>
    </id>


    <property column="TYPE" name="type" type="string"/>
    <property column="CODE_TEXT" name="codeText" type="string" />
    <property column="CODE_NO" name="codeNo" type="java.lang.Integer" />
    <property column="DESCRIPTION" name="description" type="string" />

  </class>
</hibernate-mapping>

Add comment
These comments are moderated so so won't be published until reviewed.