Uses of Class
io.ebean.enhance.common.AnnotationInfo
| Package | Description |
|---|---|
| io.ebean.enhance.common | |
| io.ebean.enhance.entity |
-
Uses of AnnotationInfo in io.ebean.enhance.common
Methods in io.ebean.enhance.common that return AnnotationInfo Modifier and Type Method Description AnnotationInfoClassMeta. getAnnotationInfo()Return the AnnotationInfo collected on methods.AnnotationInfoClassMeta. getInterfaceTransactionalInfo(String methodName, String methodDesc)Return the transactional annotation information for a matching interface method.Methods in io.ebean.enhance.common with parameters of type AnnotationInfo Modifier and Type Method Description voidAnnotationInfo. setParent(AnnotationInfo parent)Constructors in io.ebean.enhance.common with parameters of type AnnotationInfo Constructor 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) -
Uses of AnnotationInfo in io.ebean.enhance.entity
Methods in io.ebean.enhance.entity that return AnnotationInfo Modifier and Type Method Description AnnotationInfoMethodMeta. getAnnotationInfo()Constructors in io.ebean.enhance.entity with parameters of type AnnotationInfo Constructor Description MethodMeta(AnnotationInfo classAnnotationInfo, String name, String desc)