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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.bytecode.spi.BasicProxyFactorybuildBasicProxyFactory(Class aClass) org.hibernate.proxy.ProxyFactorybuildProxyFactory(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
-
Constructor Details
-
QuarkusRuntimeProxyFactoryFactory
-
-
Method Details
-
buildProxyFactory
public org.hibernate.proxy.ProxyFactory buildProxyFactory(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) - Specified by:
buildProxyFactoryin interfaceorg.hibernate.bytecode.spi.ProxyFactoryFactory
-
buildBasicProxyFactory
- Specified by:
buildBasicProxyFactoryin interfaceorg.hibernate.bytecode.spi.ProxyFactoryFactory
-