| Interface | Description |
|---|---|
| ByteCodeEnhancer |
A JDO enhancer, or byte-code enhancer, modifies the byte-codes of
Java class files to enable transparent loading and storing of the
fields of the persistent instances.
|
| Class | Description |
|---|---|
| ByteCodeEnhancerHelper |
This is a helper-class to perform some useful operations outside a
byte code enhancer and delegate the real work to the enhancer.
|
| ByteCodeEnhancerTimer | |
| EnhancerClassLoader |
Implements a ClassLoader which automatically enchances the .class files
according to the JDOMetaData information in the jar archive.
|
| FilterEnhancer |
Implements a JDO enhancer as a byte-code filtering tool.
|
| LogHelperEnhancer | |
| Main |
Main is the starting point for the persistent filter tool.
|
| OutputStreamWrapper |
This class serves as a wrapper for an output stream of a class file.
|
| PersistenceLauncher |
Application launcher for persistence-capable classes.
|
| Exception | Description |
|---|---|
| EnhancerFatalError |
Thrown to indicate that the class-file enhancer failed to perform an
operation due to a serious error.
|
| EnhancerUserException |
Thrown to indicate that the class-file enhancer failed to perform an
operation due to an error.
|
Copyright © 2013. All Rights Reserved.