类 HibernateMethodLookupDispatcher


  • public class HibernateMethodLookupDispatcher
    extends Object
    This dispatcher analyzes the stack frames to detect if a particular call should be authorized.

    Authorized classes are registered when creating the ByteBuddy proxies.

    It should only be used when the Security Manager is enabled.

    • 构造器详细资料

      • HibernateMethodLookupDispatcher

        public HibernateMethodLookupDispatcher()
    • 方法详细资料

      • getDeclaredMethod

        public static Method getDeclaredMethod​(Class<?> type,
                                               String name,
                                               Class<?>[] parameters)