Uses of Interface
org.hibernate.bytecode.spi.BytecodeProvider
-
Packages that use BytecodeProvider Package Description org.hibernate.cfg This package defines APIs for configuring Hibernate. -
-
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.
-