2 Replies Latest reply on May 29, 2006 2:59 PM by acoliver

    Generated Database Schema Question

      In reviewing the generated database schema, I noticed that some of the tables include a version column, and some don't.

      The version column, though optional, is used by Hibernate for managing concurrency issues. Im curious about the decision to not have a version column all the tables, since in a generalized solution like the JBCS, there's no way to know whether the table will be involved in a long transaction?

      I'm asking this more out of curiousity than concern.

      Thanks.

      jack