RecordableBootstrap.disableAutoClose()
.TenantResolver
to the Hibernate CurrentTenantIdentifierResolver
model.TenantConnectionResolver
to the HibernateMultiTenantConnectionProvider
model.System.getProperties()
into the ORM configuration.IntegratorService
from Hibernate ORM,
except that it doesn't come with default integrators as we prefer explicit
control.QuarkusArcBeanContainer
,
so that the bean container and its beans can be reused between static init and runtime init,
even though we stop Hibernate ORM services after the end of static init.
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.StrategySelectorBuilder
but
omits registering the components we don't support, and uses a new pattern of registration
meant to avoid class initializations.ConnectionProvider
for tenants dynamically.Copyright © 2021 JBoss by Red Hat. All rights reserved.