Class QuarkusRuntimeProxyFactoryFactory

java.lang.Object
io.quarkus.hibernate.orm.runtime.customized.QuarkusRuntimeProxyFactoryFactory
All Implemented Interfaces:
Serializable, org.hibernate.bytecode.spi.ProxyFactoryFactory, org.hibernate.service.Service

public class QuarkusRuntimeProxyFactoryFactory extends Object implements org.hibernate.bytecode.spi.ProxyFactoryFactory
This ProxyFactoryFactory is responsible to loading proxies which have been defined in advance. N.B. during the Quarkus application build, the service registry will use a different implementation:
See Also:
  • Constructor Details

    • QuarkusRuntimeProxyFactoryFactory

      public QuarkusRuntimeProxyFactoryFactory(ProxyDefinitions proxyClassDefinitions)
  • Method Details

    • buildProxyFactory

      public org.hibernate.proxy.ProxyFactory buildProxyFactory(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
      Specified by:
      buildProxyFactory in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
    • buildBasicProxyFactory

      public org.hibernate.bytecode.spi.BasicProxyFactory buildBasicProxyFactory(Class aClass)
      Specified by:
      buildBasicProxyFactory in interface org.hibernate.bytecode.spi.ProxyFactoryFactory