Class 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:
    BootstrapOnlyProxyFactoryFactoryInitiator, Serialized Form
    • Constructor Detail

      • QuarkusRuntimeProxyFactoryFactory

        public QuarkusRuntimeProxyFactoryFactory​(ProxyDefinitions proxyClassDefinitions)
    • Method Detail

      • 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