| Interface | Description |
|---|---|
| ClassBytesReader |
Interface for reading class bytes as part of enhancement.
|
| EnhanceConstants |
Constant values used in byte code generation.
|
| Class | Description |
|---|---|
| AgentManifest |
Reads all the META-INF/ebean.mf and META-INF/ebean-typequery.mf resources with the locations
of all the entity beans (and hence locations of query beans).
|
| AnnotationInfo |
Collects the annotation information.
|
| AnnotationInfoVisitor |
Reads the annotation information storing it in a AnnotationInfo.
|
| ArgParser |
Helper to parse javaagent or ant string arguments.
|
| ClassMeta |
Holds the meta data for an entity bean class that is being enhanced.
|
| ClassMetaCache |
Cache of ClassMeta.
|
| ClassMetaReader |
Reads class information as an alternative to using a ClassLoader.
|
| ClassMetaReaderVisitor |
Used by ClassMetaReader to read information about a class.
|
| CommonSuperUnresolved |
When classpath issue means a common superclass can not be determined
this captures the types involved.
|
| DetectEnhancement |
ClassAdapter used to detect if this class needs enhancement for entity or
transactional support.
|
| EnhanceContext |
Used to hold meta data, arguments and log levels for the enhancement.
|
| EntityCheck |
Helper to check for entity annotations on a class.
|
| InputStreamTransform |
Utility object that handles input streams for reading and writing.
|
| SysoutMessageOutput |
MessageOutput typically used with System.out.
|
| TransformRequest | |
| UrlHelper |
Helper to open URL content without file descriptor caching (by underlying JDK JarURLConnection).
|
| UrlPathHelper |
Helper methods for URL class path conversion.
|
| VisitUtil |
| Exception | Description |
|---|---|
| AlreadyEnhancedException |
Exception thrown during enhancement when it is detected that the enhancement has already taken place.
|
| NoEnhancementRequiredException |
Thrown when a Class does not require entity or transaction enhancement.
|
Copyright © 2019. All rights reserved.