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. INSTANCESingleton accessMethods in org.hibernate.bytecode.internal that return BytecodeProvider Modifier and Type Method Description BytecodeProviderBytecodeProviderInitiator. 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 classBytecodeProviderImpl -
Uses of BytecodeProvider in org.hibernate.bytecode.internal.none
Classes in org.hibernate.bytecode.internal.none that implement BytecodeProvider Modifier and Type Class Description classBytecodeProviderImplThis 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 BytecodeProviderEnvironment. buildBytecodeProvider(Properties properties)static BytecodeProviderEnvironment. getBytecodeProvider()Deprecated.Deprecated to indicate that the method will be moved toSessionFactoryOptions/SessionFactoryBuilder- probably in 6.0.
-