| Package | Description |
|---|---|
| io.ebean.enhance.common | |
| io.ebean.enhance.entity | |
| io.ebean.enhance.transactional |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
ClassMeta.getAnnotationInfo()
Return the AnnotationInfo collected on methods.
|
AnnotationInfo |
ClassMeta.getInterfaceTransactionalInfo(String methodName,
String methodDesc)
Return the transactional annotation information for 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) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
MethodMeta.getAnnotationInfo() |
| Constructor and Description |
|---|
MethodMeta(AnnotationInfo classAnnotationInfo,
int access,
String name,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
ClassAdapterTransactional.getClassAnnotationInfo() |
AnnotationInfo |
ClassAdapterTransactional.getInterfaceTransactionalInfo(String methodName,
String methodDesc)
Returns Transactional information from a matching interface method.
|
Copyright © 2019. All rights reserved.