| Class | Description | 
|---|---|
| StaticWeave | 
 Description: This is the static weave command line processing class that verifies command options and invokes StaticWeaveProcessor to statically weave the classes. 
 | 
| StaticWeaveAntTask | 
 Description: This is the static weave ant task definition class that verifies the value of specified attributes and invokes StaticWeaveProcessor to weave classes. 
 | 
| StaticWeaveClassTransformer | 
 Description: This class provides the implementation of class transformer by leveraging on the following existing APIs, PersistenceUnitProcessor.processORMetadata() - get class descriptor. 
 | 
| StaticWeaveProcessor | 
 Description: The StaticWeaveProcessor controls the static weaving process. 
 |