Re: Need Help on EOModel Auto update of DATE column for DirectToWebapp

"Pierre Gilquin" <[email protected]> Mon, 9 Nov 2009 12:00:30 +0100
Newsgroups gmane.comp.web.webobjects.devel
Message-ID <[email protected]>
if the last  line is not forgotten, I did not have any problem modify an EO  :
 
editingContext().processRecentChanges();

Pierre
  ----- Original Message ----- 
  From: Paul Hoadley 
  To: [email protected] 
  Sent: Monday, November 09, 2009 11:05 AM
  Subject: Re: Need Help on EOModel Auto update of DATE column for DirectToWebapp


  On 09/11/2009, at 7:22 PM, Pierre Gilquin wrote:


    You can use trigger in the database 
    or with EOF, you can implement validateForInsert() and validateForUpdate()
    in the Java class of your entity


  You don't want to go modifying EO attributes in validateForInsert() or validateForUpdate():


  http://wiki.objectstyle.org/confluence/display/WO/EOF-Using+EOF-The+EOF+Commandments


  Depending on the OP's specific requirements, s/he might be able to use awakeFromInsertion() or awakeFromFetch(), or, better still, ERXEnterpriseObject's willInsert() or willUpdate().  See which of those fits the specific requirements.




  -- 
  Paul.

  w  http://logicsquad.net/
  h  http://paul.hoadley.name/






------------------------------------------------------------------------------


  _______________________________________________
  WebObjects-dev mailing list
  [email protected]
  http://www.omnigroup.com/mailman/listinfo/webobjects-dev

_______________________________________________
WebObjects-dev mailing list
[email protected]
http://www.omnigroup.com/mailman/listinfo/webobjects-dev