public class Hibernate51CompatibilityTransformer extends Object implements ClassFileTransformer
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.logging.BasicLogger |
logger
Deprecated.
|
| Constructor and Description |
|---|
Hibernate51CompatibilityTransformer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Hibernate51CompatibilityTransformer |
getInstance()
Deprecated.
|
byte[] |
transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer)
Deprecated.
|
public Hibernate51CompatibilityTransformer()
public static Hibernate51CompatibilityTransformer getInstance()
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
transform in interface ClassFileTransformerCopyright © 2020 JBoss by Red Hat. All rights reserved.