0 Replies Latest reply on Aug 12, 2002 4:31 PM by dhinojosa

    Are Local Objects lazily evaluated?

    dhinojosa

      Are local objects lazily evaluated? So if I have an entity CMP bean 2.0 with setName() and getName(). Does setName() and getName() load the information when you call so that it doesn't take up so much memory?

      Is the same thing done for remote, just wondering...