1 Reply Latest reply on Jun 29, 2006 10:30 PM by cptnkirk

    Cascading

    bluetrade

      Hi,
      I am experiencing some slight problem, when I persist an entity that consists of other entites, it does not cascade down. I also haven't discovered a @Cascade tag anywhere... What can I do to avoid having to manually persist each contained entity?

      Thanks!

        • 1. Re: Cascading

          Cascade configuration is part of EJB3 not Seam. You'll need to consult your EJB3 documentation for the appropriate cascade configuration for your needs.