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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
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
-
QuarkusStaticInitProxyFactoryFactory
public QuarkusStaticInitProxyFactoryFactory()
-
-
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
-