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. INSTANCESingleton accessMethods in org.hibernate.bytecode.internal that return ProxyFactoryFactory Modifier and Type Method Description ProxyFactoryFactoryProxyFactoryFactoryInitiator. 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 classProxyFactoryFactoryImplMethods in org.hibernate.bytecode.internal.bytebuddy that return ProxyFactoryFactory Modifier and Type Method Description ProxyFactoryFactoryBytecodeProviderImpl. 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 ProxyFactoryFactoryBytecodeProviderImpl. getProxyFactoryFactory() -
Uses of ProxyFactoryFactory in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return ProxyFactoryFactory Modifier and Type Method Description ProxyFactoryFactoryBytecodeProvider. getProxyFactoryFactory()Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
-