One question...

As i can see, my repository's configuration is ok.

I have this field

        <field-descriptor
                name="cod_tdestinoId"
                column="COD_TDESTINO"
                jdbc-type="VARCHAR"
                access="anonymous"
        />

and this reference-descriptor

        <reference-descriptor
                name="idDestino"
                class-ref="es.indra.aunabill.vo.Tdestinos"
        >
                <foreignkey field-ref="cod_tdestinoId"/>
        </reference-descriptor>

But in the table's bean in java, i think i must have a property (with its getter and 
setter) which name must be "idDestino"

Is that true??

Which kind of type must be this property?, String? int?

Thank a lot.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to