Uses of Interface
org.hibernate.bytecode.spi.BasicProxyFactory
Packages that use BasicProxyFactory
Package
Description
Byte Buddy support internals
Package defining bytecode code enhancement (instrumentation) support.
-
Uses of BasicProxyFactory in org.hibernate.bytecode.internal.bytebuddy
Classes in org.hibernate.bytecode.internal.bytebuddy that implement BasicProxyFactoryMethods in org.hibernate.bytecode.internal.bytebuddy that return BasicProxyFactoryModifier and TypeMethodDescriptionProxyFactoryFactoryImpl.buildBasicProxyFactory
(Class superClassOrInterface) -
Uses of BasicProxyFactory in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return BasicProxyFactoryModifier and TypeMethodDescriptionProxyFactoryFactory.buildBasicProxyFactory
(Class superClassOrInterface) Build a proxy factory for basic proxy concerns. -
Uses of BasicProxyFactory in org.hibernate.metamodel.internal
Constructors in org.hibernate.metamodel.internal with parameters of type BasicProxyFactoryModifierConstructorDescriptionEmbeddableInstantiatorProxied
(Class<?> proxiedClass, Supplier<EmbeddableMappingType> embeddableMappingAccess, BasicProxyFactory factory)