Uses of Interface
org.hibernate.bytecode.spi.ProxyFactoryFactory
Packages that use ProxyFactoryFactory
Package
Description
Byte Buddy support internals
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 ProxyFactoryFactoryModifier and TypeFieldDescriptionstatic final StandardServiceInitiator<ProxyFactoryFactory>
ProxyFactoryFactoryInitiator.INSTANCE
Singleton accessMethods in org.hibernate.bytecode.internal that return ProxyFactoryFactoryModifier and TypeMethodDescriptionProxyFactoryFactoryInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.bytecode.internal that return types with arguments of type ProxyFactoryFactory -
Uses of ProxyFactoryFactory in org.hibernate.bytecode.internal.bytebuddy
Classes in org.hibernate.bytecode.internal.bytebuddy that implement ProxyFactoryFactoryMethods in org.hibernate.bytecode.internal.bytebuddy that return ProxyFactoryFactory -
Uses of ProxyFactoryFactory in org.hibernate.bytecode.internal.none
Methods in org.hibernate.bytecode.internal.none that return ProxyFactoryFactory -
Uses of ProxyFactoryFactory in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return ProxyFactoryFactoryModifier and TypeMethodDescriptionBytecodeProvider.getProxyFactoryFactory()
Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.