Class ProxyFactoryFactoryInitiator

java.lang.Object
org.hibernate.bytecode.internal.ProxyFactoryFactoryInitiator
All Implemented Interfaces:
StandardServiceInitiator<ProxyFactoryFactory>, ServiceInitiator<ProxyFactoryFactory>

public final class ProxyFactoryFactoryInitiator extends Object implements StandardServiceInitiator<ProxyFactoryFactory>
Most commonly the ProxyFactoryFactory will depend directly on the chosen BytecodeProvider, however by registering them as two separate services we can allow to override either one or both of them.
Author:
Sanne Grinovero