Published using Google Docs
orm.xml
Updated automatically every 5 minutes

<?xml version="1.0" encoding="UTF-8"?>

<entity-mappings version="2.0"

        xmlns="http://java.sun.com/xml/ns/persistence/orm"

        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

        xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm orm_2_0.xsd">

    <description>Mapa minimalista</description>

    <entity name="Empleado" class="com.curso.java.modelo.Empleado" access="FIELD">

        <attributes>

            <id name="id"/>

        </attributes>

    </entity>

</entity-mappings>