<!--<?xml version="1.0" encoding="utf-8"?>
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
  <entity name="Referencia" table="referencia">
    <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy>
    <id name="id" type="bigint" column="id">
      <generator strategy="SEQUENCE"/>
    </id>
    <field name="txtLocalDescarga" type="string" column="txt_local_descarga" length="255"/>
    <field name="datDescarga" type="datetime" column="dat_descarga"/>
    <field name="txtsUnidadeProdutiva" type="string" column="txts_unidade_produtiva"/>
    <field name="txtsAparelhoPesca" type="string" column="txts_aparelho_pesca"/>
    <field name="txtPortoSaida" type="string" column="txt_porto_saida" length="255"/>
    <field name="datSaida" type="datetime" column="dat_saida"/>
    <field name="txtPortoChegada" type="string" column="txt_porto_chegada" length="255"/>
    <field name="datChegada" type="datetime" column="dat_chegada"/>
    <field name="numDiasPesca" type="integer" column="num_dias_pesca"/>
    <field name="numeroTripulantes" type="integer" column="numero_tripulantes"/>
    <field name="isViagemAgrupada" type="boolean" column="is_viagem_agrupada"/>
    <field name="numViagens" type="integer" column="num_viagens"/>
    <field name="txtTipoPesca" type="string" column="txt_tipo_pesca" length="50"/>
    <field name="txtFonteDados" type="string" column="txt_fonte_dados" length="255"/>
    <field name="txtProjeto" type="string" column="txt_projeto" length="255"/>
    <field name="txtEntrevistado" type="string" column="txt_entrevistado" length="255"/>
    <field name="txtAreaPesca" type="string" column="txt_area_pesca" length="255"/>
    <field name="numDistanciaMinima" type="decimal" column="num_distancia_minima"/>
    <field name="numDistanciaMaxima" type="decimal" column="num_distancia_maxima"/>
    <field name="numProfundidadeMinima" type="decimal" column="num_profundidade_minima"/>
    <field name="numProfundidadeMaxima" type="decimal" column="num_profundidade_maxima"/>
    <field name="geoArea" type="geometry" column="geo_area"/>
    <field name="codRespInfo" type="integer" column="cod_resp_info"/>
    <field name="datReferencia" type="datetime" column="dat_referencia"/>
    <field name="indValidado" type="smallint" column="ind_validado"/>
    <field name="codRegistroUtilizadoEspacializacao" type="integer" column="cod_registro_utilizado_espacializacao"/>
    <lifecycle-callbacks/>
  </entity>
</doctrine-mapping>-->
