Class IntrospectedHibernateBytecodeProvider

java.lang.Object
io.micronaut.configuration.hibernate.jpa.proxy.IntrospectedHibernateBytecodeProvider
All Implemented Interfaces:
Serializable, BytecodeProvider, Service

@Singleton @Internal public final class IntrospectedHibernateBytecodeProvider extends Object implements BytecodeProvider
Compile-time proxies implementation of Hibernate's BytecodeProvider. Implementation provides custom implementation of ProxyFactoryFactory and disables bytecode enhancer.
Since:
3.3.0
Author:
Denis Stepanov
See Also: