| Package | Description |
|---|---|
| javax.persistence.spi | |
| org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.jpa.internal.enhance |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceUnitInfo.addTransformer(ClassTransformer transformer)
Add a transformer supplied by the provider that will be
called for every new class definition or class redefinition
that gets loaded by the loader returned by the
PersistenceUnitInfo.getClassLoader() method. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassTransformer
A persistence provider provides an instance of this interface
to the PersistenceUnitInfo.addTransformer method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancingClassTransformerImpl |
Copyright © 2017 JBoss by Red Hat. All rights reserved.