0 Replies Latest reply on Oct 3, 2006 1:57 AM by vk101

    Column annotation attributes

      I read the following in an EJB3 book on JBoss regarding attributes of the column annotation:

      "You can specify whether you want this column to be included in SQL INSERT or UPDATE by using insertable( ) and updatable( ), respectively."

      What does that mean? What does the insertable and updatable attributes on the Column annotation mean? It's not intuitive...you'd think that whether something is to be updated or inserted depends on the application code...what does changing these attributes actually do?