Interface JPAEntityGraphRegistrationListener

  • All Known Implementing Classes:
    JPAEntityManagerFactory

    public interface JPAEntityGraphRegistrationListener
    Interface to implement if you want to be notified of the registration (by metadata processing) of a new EntityGraph.
    • Method Detail

      • entityGraphRegistered

        void entityGraphRegistered​(JPAEntityGraph eg)