Class | Description |
---|---|
BootstrapOnlyProxyFactoryFactoryInitiator |
We need a different implementation of ProxyFactoryFactory during the build than at runtime,
so to allow metadata validation.
|
DisabledBytecodeProviderInitiator | |
QuarkusConnectionProvider | |
QuarkusConnectionProviderInitiator | |
QuarkusIntegratorServiceImpl |
This is similar to the default
IntegratorService from Hibernate ORM,
except that it doesn't come with default integrators as we prefer explicit
control. |
QuarkusJndiServiceInitiator | |
QuarkusJtaPlatform | |
QuarkusJtaPlatformInitiator | |
QuarkusProxyFactory |
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. |
QuarkusRuntimeProxyFactoryFactory |
This ProxyFactoryFactory is responsible to loading proxies which have been
defined in advance.
|
QuarkusRuntimeProxyFactoryFactoryInitiator |
Responsible for initializing the QuarkusRuntimeProxyFactoryFactory.
|
QuarkusStrategySelectorBuilder |
Similar to
StrategySelectorBuilder but
omits registering the components we don't support, and uses a new pattern of registration
meant to avoid class initializations. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.