Package | Description |
---|---|
org.castor.core.annotationprocessing | |
org.exolab.castor.builder.info.nature | |
org.exolab.castor.builder.info.nature.relation | |
org.exolab.castor.xml.schema |
Modifier and Type | Method and Description |
---|---|
<I extends BaseNature,A extends Annotation> |
AnnotationProcessingService.processAnnotation(I info,
A annotation)
The processing action of this service.
|
<I extends BaseNature,A extends Annotation> |
BaseAnnotationProcessingService.processAnnotation(I info,
A annotation)
The processing action of this service.
|
<I extends BaseNature,A extends Annotation> |
AnnotationProcessor.processAnnotation(I info,
A annotation)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation)
This method acts like it's super method, but also tries to process the
annotation with the
TargetAwareAnnotationProcessor s. |
<I extends BaseNature,A extends Annotation> |
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this service.
|
<I extends BaseNature,A extends Annotation> |
TargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this service.
|
<I extends BaseNature,A extends Annotation> |
TargetAwareAnnotationProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature> |
AnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
Calls
AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
<I extends BaseNature> |
BaseAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
Calls
AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
<I extends BaseNature> |
BaseTargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
This method acts like it's super method, but also tries to process the
annotations with the
TargetAwareAnnotationProcessor s. |
<I extends BaseNature> |
BaseTargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations,
AnnotatedElement target)
Calls
AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
<I extends BaseNature> |
TargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations,
AnnotatedElement target)
Calls
AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
Modifier and Type | Class and Description |
---|---|
class |
JDOClassInfoNature
A JDO specific view of a
ClassInfo . |
class |
JDOFieldInfoNature
A JDO specific view of a
FieldInfo . |
class |
SolrjFieldInfoNature
A SOLRJ specific view of a
FieldInfo . |
class |
XMLInfoNature
|
Modifier and Type | Class and Description |
---|---|
class |
JDOOneToManyNature
A
JDOOneToManyNature defines typed properties needed in the context a
one-to-many relation between two FieldInfo s. |
class |
JDOOneToOneNature
A
JDOOneToOneNature defines a one-to-one relation between two
FieldInfo s. |
Modifier and Type | Class and Description |
---|---|
class |
AppInfoJpaNature |
class |
AppInfoSolrjNature |
Copyright © 2024. All rights reserved.