Uses of Interface
org.hibernate.bytecode.spi.BytecodeProvider
Packages that use BytecodeProvider
Package
Description
Byte Buddy support internals
-
Uses of BytecodeProvider in org.hibernate.bytecode.internal
Fields in org.hibernate.bytecode.internal with type parameters of type BytecodeProviderModifier and TypeFieldDescriptionstatic final StandardServiceInitiator<BytecodeProvider>
BytecodeProviderInitiator.INSTANCE
Singleton accessMethods in org.hibernate.bytecode.internal that return BytecodeProviderModifier and TypeMethodDescriptionstatic BytecodeProvider
BytecodeProviderInitiator.buildDefaultBytecodeProvider()
static BytecodeProvider
BytecodeProviderInitiator.getBytecodeProvider
(Iterable<BytecodeProvider> bytecodeProviders) BytecodeProviderInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.bytecode.internal that return types with arguments of type BytecodeProviderMethod parameters in org.hibernate.bytecode.internal with type arguments of type BytecodeProviderModifier and TypeMethodDescriptionstatic BytecodeProvider
BytecodeProviderInitiator.getBytecodeProvider
(Iterable<BytecodeProvider> bytecodeProviders) Constructors in org.hibernate.bytecode.internal with parameters of type BytecodeProviderModifierConstructorDescriptionSessionFactoryObserverForBytecodeEnhancer
(BytecodeProvider bytecodeProvider) -
Uses of BytecodeProvider in org.hibernate.bytecode.internal.bytebuddy
Classes in org.hibernate.bytecode.internal.bytebuddy that implement BytecodeProvider -
Uses of BytecodeProvider in org.hibernate.bytecode.internal.none
Classes in org.hibernate.bytecode.internal.none that implement BytecodeProviderModifier and TypeClassDescriptionfinal class
This BytecodeProvider represents the "no-op" enhancer; mostly useful as an optimisation when not needing any byte code optimisation applied, for example when the entities have been enhanced at compile time.