Class ProxyBuildingHelper
- java.lang.Object
-
- io.quarkus.hibernate.orm.deployment.ProxyBuildingHelper
-
- All Implemented Interfaces:
AutoCloseable
final class ProxyBuildingHelper extends Object implements AutoCloseable
Makes it slightly more readable to interact with the Hibernate ByteBuddyProxyHelper, while improving resource handling.
-
-
Constructor Summary
Constructors Constructor Description ProxyBuildingHelper(net.bytebuddy.pool.TypePool typePool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.bytebuddy.dynamic.DynamicType.Unloaded<?>buildUnloadedProxy(String mappedClassName, Set<String> interfaceNames)voidclose()booleanisProxiable(String managedClassOrPackageName)
-
-
-
Method Detail
-
buildUnloadedProxy
public net.bytebuddy.dynamic.DynamicType.Unloaded<?> buildUnloadedProxy(String mappedClassName, Set<String> interfaceNames)
-
isProxiable
public boolean isProxiable(String managedClassOrPackageName)
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-