| Package | Description |
|---|---|
| org.hibernate.bytecode.enhance.spi |
package defining bytecode code enhancement (instrumentation) support.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Enhancer.enhance(java.lang.String className,
byte[] originalBytes)
Performs the enhancement.
|
byte[] |
Enhancer.enhanceComposite(java.lang.String className,
byte[] originalBytes)
Deprecated.
Should use enhance(String, byte[]) and a proper EnhancementContext
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.