OpenJPAConfiguration conf = repos.getConfiguration();
for (Method m : methods) {
for (Annotation anno : (Annotation[]) AccessController
.doPrivileged(J2DoPrivHelper
.getDeclaredAnnotationsAction(m))) {
MetaDataTag tag = _tags.get(anno.annotationType());
if (tag == null)
continue;
int[] events = MetaDataParsers.getEventTypes(tag, conf);
if (events == null)
continue;