Class QuarkusStaticInitProxyFactoryFactory

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

public class QuarkusStaticInitProxyFactoryFactory extends Object implements org.hibernate.bytecode.spi.ProxyFactoryFactory
This ProxyFactoryFactory is not expected to be actually used: it's just a placeholder for static init, during which Hibernate ORM Metadata is generated, which (together with build-time proxy generation) enables creating the actual QuarkusProxyFactory for use at runtime.
See Also:
  • Constructor Details

    • QuarkusStaticInitProxyFactoryFactory

      public QuarkusStaticInitProxyFactoryFactory()
  • 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