<?xml version="1.0" encoding="UTF-8"?>
<!--
     Attention: Generated code! Do not modify by hand!
     Generated by: hibernate.hbm.xml.vsl in andromda-hibernate-cartridge.
  -->
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 2.0//EN"
          "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">

<hibernate-mapping default-cascade="none">
    <class name="org.andromda.test.1.b.CarImpl" table="CAR" dynamic-insert="false" dynamic-update="false">
        <id name="id" type="java.lang.Long" unsaved-value="null">
            <column name="ID" sql-type="BIGINT"/>
            <generator class="native">
            </generator>
        </id>
        <property name="serial" type="java.lang.String">
            <column name="SERIAL" not-null="true" unique="false" sql-type="VARCHAR(256)"/>
        </property>
        <property name="name" type="java.lang.String">
            <column name="NAME" not-null="true" unique="false" sql-type="VARCHAR(256)"/>
        </property>
        <property name="type" type="java.lang.String">
            <column name="TYPE" not-null="true" unique="false" sql-type="VARCHAR(256)"/>
        </property>
    </class>
</hibernate-mapping>