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 Details

    • ProxyBuildingHelper

      public ProxyBuildingHelper(net.bytebuddy.pool.TypePool typePool)
  • Method Details

    • 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:
      close in interface AutoCloseable