LAST_UPDATED_STAMP

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

LAST_UPDATED_STAMP

Roberto Cosenza-5
Hallo.
How do I configure my entity /entity engine not to look for the  
following database fields?

LAST_UPDATED_STAMP,LAST_UPDATED_TX_STAMP, CREATED_STAMP,  
CREATED_TX_STAMP

My table is a legacy table that does not have those fields, of course.
I tried setting
            enable-lock="false"
             no-auto-field="true"
on <entity> but I had no success.

Any suggestions?
/Roberto
Reply | Threaded
Open this post in threaded view
|

Re: LAST_UPDATED_STAMP

Roberto Cosenza
   no-auto-stamp="true" did the trick

On 4 feb 2008, at 09.57, Roberto Cosenza wrote:

> Hallo.
> How do I configure my entity /entity engine not to look for the  
> following database fields?
>
> LAST_UPDATED_STAMP,LAST_UPDATED_TX_STAMP, CREATED_STAMP,  
> CREATED_TX_STAMP
>
> My table is a legacy table that does not have those fields, of course.
> I tried setting
>           enable-lock="false"
>            no-auto-field="true"
> on <entity> but I had no success.
>
> Any suggestions?
> /Roberto