See: Description
Class | Description |
---|---|
JDOClassAdapter |
Adapter visitor class for providing enhancement of an existing class using ASM.
|
JDOClassChecker |
Visitor used to check the enhancement state of a class.
|
JDOClassEnhancer |
Class enhancer using ASM (http://asm.objectweb.org).
|
JDOClassEnhancer.MyClassVisitor |
Convenience class to look up the class name for a file.
|
JDOEnhancementNamer |
Definition of enhancement naming for use with the JDO API.
|
JDOImplementationCreator |
Creator of persistable objects using the ASM bytecode manipulation library.
|
JDOImplementationGenerator |
Implementation generator using ASM bytecode manipulation library.
|
JDOMethodAdapter |
Adapter for methods in persistence-enabled classes allowing enhancement of direct access to user fields.
|
JDOPropertyGetterAdapter |
Adapter for property getter methods in JDO-enabled classes.
|
JDOPropertySetterAdapter |
Adapter for property setter methods in JDO-enabled classes.
|
JPAEnhancementNamer |
Definition of enhancement naming for use with the JPA API.
|
PrimaryKeyGenerator |
Class to handle the generation of a PK class for a persistable class.
|
Copyright © 2019. All rights reserved.