|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SDOClassGeneratorListener
Purpose: Optionally user can implement this interface to provide their own extra content to the generated source files.
Method Summary | |
---|---|
void |
preImplAttributes(java.lang.StringBuffer buffer)
This event will be triggered before the attribute declarations on the implementation class |
void |
preImplClass(java.lang.StringBuffer buffer)
This event will be triggered before the class declaration on the implementation class |
void |
preImplImports(java.lang.StringBuffer buffer)
This event will be triggered before the import declarations on the implementation class |
void |
preImplPackage(java.lang.StringBuffer buffer)
This event will be triggered before the package declaration on the implementation class |
void |
preInterfaceClass(java.lang.StringBuffer buffer)
This event will be triggered before the interface declaration on the interface |
void |
preInterfaceImports(java.lang.StringBuffer buffer)
This event will be triggered before the import declarations on the interface |
void |
preInterfacePackage(java.lang.StringBuffer buffer)
This event will be triggered before the package declaration on the interface |
Method Detail |
---|
void preInterfacePackage(java.lang.StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preImplPackage(java.lang.StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preInterfaceImports(java.lang.StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preImplImports(java.lang.StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preInterfaceClass(java.lang.StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preImplClass(java.lang.StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to itvoid preImplAttributes(java.lang.StringBuffer buffer)
buffer
- The current StringBuffer that can have content appended to it
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |