Class HibernateMethodLookupDispatcher

java.lang.Object
org.hibernate.bytecode.internal.bytebuddy.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.

  • Constructor Details

    • HibernateMethodLookupDispatcher

      public HibernateMethodLookupDispatcher()
  • Method Details