Methods Summary |
---|
public java.util.Collection | cleanup()This method is called once for each ejb module in the application
that contains CMP beans. It is called at the end of the module processing.
|
public void | generate(IASEjbCMPEntityDescriptor descr, java.io.File srcout, java.io.File classout)This method is called once for each CMP bean of the corresponding ejb module.
|
public void | init(EjbBundleDescriptor ejbBundleDescriptor, java.lang.ClassLoader cl, java.lang.String bundlePathName)This method is called once for each ejb module in the application
that contains CMP beans.
Only one #init() method can be called.
|
public void | init(EjbBundleDescriptor ejbBundleDescriptor, EjbcContext ctx, java.lang.String bundlePathName, java.lang.String generatedXmlsPathName)This method is called once for each ejb module in the application
that contains CMP beans.
Only one #init() method can be called.
|
public java.util.Collection | validate(IASEjbCMPEntityDescriptor descr)This method may be called once for each CMP bean of the corresponding
ejb module to perform the validation.
|