| Package | Description |
|---|---|
| com.avaje.ebean.enhance.agent |
Used to weave Entity beans
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
ClassMeta.getAnnotationInfo()
Return the AnnotationInfo collected on methods.
|
AnnotationInfo |
MethodMeta.getAnnotationInfo() |
AnnotationInfo |
ClassAdapterTransactional.getClassAnnotationInfo() |
AnnotationInfo |
ClassMeta.getInterfaceTransactionalInfo(String methodName,
String methodDesc)
Return the transactional annotation information for a matching interface method.
|
AnnotationInfo |
ClassAdapterTransactional.getInterfaceTransactionalInfo(String methodName,
String methodDesc)
Returns Transactional information from a matching interface method.
|
AnnotationInfo |
AnnotationInfo.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationInfo.setParent(AnnotationInfo parent) |
| Constructor and Description |
|---|
AnnotationInfo(AnnotationInfo parent)
The parent is typically the class level annotation information
which could be considered to hold default values.
|
AnnotationInfoVisitor(String prefix,
AnnotationInfo info,
AnnotationVisitor av) |
MethodMeta(AnnotationInfo classAnnotationInfo,
int access,
String name,
String desc) |
Copyright © 2016. All rights reserved.