Uses of Interface
org.hibernate.bytecode.spi.ProxyFactoryFactory
-
Packages that use ProxyFactoryFactory Package Description org.hibernate.bytecode.internal org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.none org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support. -
-
Uses of ProxyFactoryFactory in org.hibernate.bytecode.internal
Fields in org.hibernate.bytecode.internal with type parameters of type ProxyFactoryFactory Modifier and Type Field Description static StandardServiceInitiator<ProxyFactoryFactory>
ProxyFactoryFactoryInitiator. INSTANCE
Singleton accessMethods in org.hibernate.bytecode.internal that return ProxyFactoryFactory Modifier and Type Method Description ProxyFactoryFactory
ProxyFactoryFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.bytecode.internal that return types with arguments of type ProxyFactoryFactory Modifier and Type Method Description Class<ProxyFactoryFactory>
ProxyFactoryFactoryInitiator. getServiceInitiated()
-
Uses of ProxyFactoryFactory in org.hibernate.bytecode.internal.bytebuddy
Classes in org.hibernate.bytecode.internal.bytebuddy that implement ProxyFactoryFactory Modifier and Type Class Description class
ProxyFactoryFactoryImpl
Methods in org.hibernate.bytecode.internal.bytebuddy that return ProxyFactoryFactory Modifier and Type Method Description ProxyFactoryFactory
BytecodeProviderImpl. getProxyFactoryFactory()
-
Uses of ProxyFactoryFactory in org.hibernate.bytecode.internal.none
Methods in org.hibernate.bytecode.internal.none that return ProxyFactoryFactory Modifier and Type Method Description ProxyFactoryFactory
BytecodeProviderImpl. getProxyFactoryFactory()
-
Uses of ProxyFactoryFactory in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return ProxyFactoryFactory Modifier and Type Method Description ProxyFactoryFactory
BytecodeProvider. getProxyFactoryFactory()
Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
-