Uses of Class
io.quarkus.hibernate.orm.runtime.proxies.ProxyDefinitions
Packages that use ProxyDefinitions
Package
Description
-
Uses of ProxyDefinitions in io.quarkus.hibernate.orm.runtime.customized
Constructors in io.quarkus.hibernate.orm.runtime.customized with parameters of type ProxyDefinitionsModifierConstructorDescriptionQuarkusProxyFactory
(ProxyDefinitions proxyClassDefinitions) QuarkusRuntimeProxyFactoryFactory
(ProxyDefinitions proxyClassDefinitions) -
Uses of ProxyDefinitions in io.quarkus.hibernate.orm.runtime.proxies
Methods in io.quarkus.hibernate.orm.runtime.proxies that return ProxyDefinitionsModifier and TypeMethodDescriptionstatic ProxyDefinitions
ProxyDefinitions.createFromMetadata
(org.hibernate.boot.Metadata storeableMetadata, PreGeneratedProxies preGeneratedProxies) -
Uses of ProxyDefinitions in io.quarkus.hibernate.orm.runtime.recording
Methods in io.quarkus.hibernate.orm.runtime.recording that return ProxyDefinitionsConstructors in io.quarkus.hibernate.orm.runtime.recording with parameters of type ProxyDefinitionsModifierConstructorDescriptionRecordedState
(org.hibernate.dialect.Dialect dialect, PrevalidatedQuarkusMetadata metadata, BuildTimeSettings settings, Collection<org.hibernate.integrator.spi.Integrator> integrators, Collection<org.hibernate.service.internal.ProvidedService<?>> providedServices, IntegrationSettings integrationSettings, ProxyDefinitions classDefinitions, MultiTenancyStrategy strategy, boolean isReactive, boolean fromPersistenceXml)