public final class DisabledBytecodeProviderInitiator extends Object implements org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.bytecode.spi.BytecodeProvider>
| Modifier and Type | Field and Description |
|---|---|
static org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.bytecode.spi.BytecodeProvider> |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
DisabledBytecodeProviderInitiator() |
| Modifier and Type | Method and Description |
|---|---|
Class<org.hibernate.bytecode.spi.BytecodeProvider> |
getServiceInitiated() |
org.hibernate.bytecode.spi.BytecodeProvider |
initiateService(Map configurationValues,
org.hibernate.service.spi.ServiceRegistryImplementor registry) |
public static final org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.bytecode.spi.BytecodeProvider> INSTANCE
public org.hibernate.bytecode.spi.BytecodeProvider initiateService(Map configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry)
initiateService in interface org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.bytecode.spi.BytecodeProvider>public Class<org.hibernate.bytecode.spi.BytecodeProvider> getServiceInitiated()
getServiceInitiated in interface org.hibernate.service.spi.ServiceInitiator<org.hibernate.bytecode.spi.BytecodeProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.