Uses of Class
org.castor.core.nature.BaseNature
Packages that use BaseNature
Package
Description
-
Uses of BaseNature in org.castor.core.annotationprocessing
Methods in org.castor.core.annotationprocessing with type parameters of type BaseNatureModifier and TypeMethodDescription<I extends BaseNature,
A extends Annotation>
booleanAnnotationProcessingService.processAnnotation
(I info, A annotation) The processing action of this service.<I extends BaseNature,
A extends Annotation>
booleanAnnotationProcessor.processAnnotation
(I info, A annotation) The processing action of this processor.<I extends BaseNature,
A extends Annotation>
booleanBaseAnnotationProcessingService.processAnnotation
(I info, A annotation) The processing action of this service.<I extends BaseNature,
A extends Annotation>
booleanBaseTargetAwareAnnotationProcessingService.processAnnotation
(I info, A annotation) This method acts like it's super method, but also tries to process the annotation with theTargetAwareAnnotationProcessor
s.<I extends BaseNature,
A extends Annotation>
booleanBaseTargetAwareAnnotationProcessingService.processAnnotation
(I info, A annotation, AnnotatedElement target) The processing action of this service.<I extends BaseNature,
A extends Annotation>
booleanTargetAwareAnnotationProcessingService.processAnnotation
(I info, A annotation, AnnotatedElement target) The processing action of this service.<I extends BaseNature,
A extends Annotation>
booleanTargetAwareAnnotationProcessor.processAnnotation
(I info, A annotation, AnnotatedElement target) The processing action of this processor.<I extends BaseNature>
Annotation[]AnnotationProcessingService.processAnnotations
(I info, Annotation[] annotations) CallsAnnotationProcessingService.processAnnotation(BaseNature, Annotation)
for each given Annotation.<I extends BaseNature>
Annotation[]BaseAnnotationProcessingService.processAnnotations
(I info, Annotation[] annotations) CallsAnnotationProcessingService.processAnnotation(BaseNature, Annotation)
for each given Annotation.<I extends BaseNature>
Annotation[]BaseTargetAwareAnnotationProcessingService.processAnnotations
(I info, Annotation[] annotations) This method acts like it's super method, but also tries to process the annotations with theTargetAwareAnnotationProcessor
s.<I extends BaseNature>
Annotation[]BaseTargetAwareAnnotationProcessingService.processAnnotations
(I info, Annotation[] annotations, AnnotatedElement target) CallsAnnotationProcessingService.processAnnotation(BaseNature, Annotation)
for each given Annotation.<I extends BaseNature>
Annotation[]TargetAwareAnnotationProcessingService.processAnnotations
(I info, Annotation[] annotations, AnnotatedElement target) CallsAnnotationProcessingService.processAnnotation(BaseNature, Annotation)
for each given Annotation. -
Uses of BaseNature in org.exolab.castor.builder.info.nature
Subclasses of BaseNature in org.exolab.castor.builder.info.natureModifier and TypeClassDescriptionfinal class
A JDO specific view of aClassInfo
.final class
A JDO specific view of aFieldInfo
.final class
A SOLRJ specific view of aFieldInfo
.final class
A XML specific view of aPropertyHolder
, which can be ainvalid reference
ClassInfo
invalid reference
FieldInfo
-
Uses of BaseNature in org.exolab.castor.builder.info.nature.relation
Subclasses of BaseNature in org.exolab.castor.builder.info.nature.relationModifier and TypeClassDescriptionclass
AJDOOneToManyNature
defines typed properties needed in the context a one-to-many relation between twoFieldInfo
s.final class
AJDOOneToOneNature
defines a one-to-one relation between twoFieldInfo
s. -
Uses of BaseNature in org.exolab.castor.xml.schema
Subclasses of BaseNature in org.exolab.castor.xml.schema