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 Summary
Constructors Constructor Description HibernateMethodLookupDispatcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Method
getDeclaredMethod(Class<?> type, String name, Class<?>[] parameters)
static Method
getMethod(Class<?> type, String name, Class<?>[] parameters)
-