Modifier and Type | Method and Description |
---|---|
protected void |
ColumnForm.removeAnnotation(String annotationClass,
List<Annotation> annotations) |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
Annotated.getAnnotations() |
Modifier and Type | Field and Description |
---|---|
protected List<Annotation> |
Table.annotations |
protected List<Annotation> |
Column.annotations |
Modifier and Type | Method and Description |
---|---|
static Annotation |
DatabaseLogic.findAnnotation(Annotated object,
Class<? extends Annotation> annotationClass) |
Annotation |
Column.findModelAnnotationByType(String annotationType) |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
Table.getAnnotations() |
List<Annotation> |
Column.getAnnotations() |
Modifier and Type | Field and Description |
---|---|
protected List<Annotation> |
CrudProperty.annotations |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
CrudProperty.getAnnotations() |
Constructor and Description |
---|
AbstractAnnotatedAccessor(Collection<Annotation> annotations) |