2 Replies Latest reply on Apr 1, 2004 5:38 AM by kabirkhan

    Impact of using read-only on CMR getter?

    richaosu

      In my jboss.xml, I have declared:

      <method-attributes>
       <method>
       <method-name>get*</method-name>
       <read-only>true</read-only>
       </method>
      </method-attributes>
      


      I do this for performance reasons.

      Since this is appiled to all getters, does this have any negative consequences on the CMR getters?