0 Replies Latest reply on Oct 10, 2005 9:42 AM by dhartford

    BestPractice for entity/pojo isRequired fields?

    dhartford

      Hey all,
      Going through the learning curve for EJB3, and was wondering if there is a best practice/recommendation to help control fields that should be required for an EJB3 Entity/serializable pojo.

      i.e. Database has 3 fields that are required, and someone working on client code may not know which fields are required before passing back the POJO.

      thanks,
      -D