Uses of Interface
org.hibernate.bytecode.spi.BytecodeProvider
-
Packages that use BytecodeProvider Package Description org.hibernate.bytecode.internal org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.none org.hibernate.cfg -
-
Uses of BytecodeProvider in org.hibernate.bytecode.internal
Fields in org.hibernate.bytecode.internal with type parameters of type BytecodeProvider Modifier and Type Field Description static StandardServiceInitiator<BytecodeProvider>
BytecodeProviderInitiator. INSTANCE
Singleton accessMethods in org.hibernate.bytecode.internal that return BytecodeProvider Modifier and Type Method Description BytecodeProvider
BytecodeProviderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.bytecode.internal that return types with arguments of type BytecodeProvider Modifier and Type Method Description Class<BytecodeProvider>
BytecodeProviderInitiator. getServiceInitiated()
Constructors in org.hibernate.bytecode.internal with parameters of type BytecodeProvider Constructor Description SessionFactoryObserverForBytecodeEnhancer(BytecodeProvider bytecodeProvider)
-
Uses of BytecodeProvider in org.hibernate.bytecode.internal.bytebuddy
Classes in org.hibernate.bytecode.internal.bytebuddy that implement BytecodeProvider Modifier and Type Class Description class
BytecodeProviderImpl
-
Uses of BytecodeProvider in org.hibernate.bytecode.internal.none
Classes in org.hibernate.bytecode.internal.none that implement BytecodeProvider Modifier and Type Class Description class
BytecodeProviderImpl
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. -
Uses of BytecodeProvider in org.hibernate.cfg
Methods in org.hibernate.cfg that return BytecodeProvider Modifier and Type Method Description static BytecodeProvider
Environment. buildBytecodeProvider(Properties properties)
static BytecodeProvider
Environment. getBytecodeProvider()
Deprecated.Deprecated to indicate that the method will be moved toSessionFactoryOptions
/SessionFactoryBuilder
- probably in 6.0.
-