3 Replies Latest reply on Nov 4, 2005 5:02 AM by epbernard

    Access to entity Metadata

    marceloverdijk

      Hi,

      Is it possible to retrieve the 'EJB3' metadata of an entity?

      Using Hibernate this is possible by using

      sessionfactory.getClassMetadata(Xyz.class);
      .

      I'm wondering if this is also possible within the EJB3 specs?


      Cheers,
      Marcel