Class QuarkusProxyFactory
java.lang.Object
io.quarkus.hibernate.orm.runtime.customized.QuarkusProxyFactory
- All Implemented Interfaces:
org.hibernate.proxy.ProxyFactory
This
ProxyFactory implementation is very similar to the ByteBuddyProxyFactory,
except the class definitions of the proxies have been built upfront so to allow
usage of enhanced proxies in native images.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QuarkusProxyFactory
-
-
Method Details
-
postInstantiate
public void postInstantiate(String entityName, Class<?> persistentClass, Set<Class<?>> interfaces, Method getIdentifierMethod, Method setIdentifierMethod, org.hibernate.type.CompositeType componentIdType) throws org.hibernate.HibernateException - Specified by:
postInstantiatein interfaceorg.hibernate.proxy.ProxyFactory- Throws:
org.hibernate.HibernateException
-