Uses of Interface
org.hibernate.bytecode.spi.BasicProxyFactory
-
Packages that use BasicProxyFactory Package Description org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.metamodel.internal -
-
Uses of BasicProxyFactory in org.hibernate.bytecode.internal.bytebuddy
Classes in org.hibernate.bytecode.internal.bytebuddy that implement BasicProxyFactory Modifier and Type Class Description class
BasicProxyFactoryImpl
Methods in org.hibernate.bytecode.internal.bytebuddy that return BasicProxyFactory Modifier and Type Method Description BasicProxyFactory
ProxyFactoryFactoryImpl. buildBasicProxyFactory(Class superClassOrInterface)
-
Uses of BasicProxyFactory in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return BasicProxyFactory Modifier and Type Method Description BasicProxyFactory
ProxyFactoryFactory. 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 BasicProxyFactory Constructor Description EmbeddableInstantiatorProxied(Class proxiedClass, Supplier<EmbeddableMappingType> embeddableMappingAccess, BasicProxyFactory factory)
-