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 This package defines APIs for configuring Hibernate. -
-
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 static BytecodeProviderBytecodeProviderInitiator. buildBytecodeProvider(String providerName)static BytecodeProviderBytecodeProviderInitiator. buildDefaultBytecodeProvider()static BytecodeProviderBytecodeProviderInitiator. getBytecodeProvider(Iterable<BytecodeProvider> bytecodeProviders)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()Method parameters in org.hibernate.bytecode.internal with type arguments of type BytecodeProvider Modifier and Type Method Description static BytecodeProviderBytecodeProviderInitiator. getBytecodeProvider(Iterable<BytecodeProvider> bytecodeProviders)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)Deprecated, for removal: This API element is subject to removal in a future version.this will be removed; retrieval of the BytecodeProvider should be performed via theServiceRegistry.
-