|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BaseNature in org.castor.core.annotationprocessing |
|---|
| Methods in org.castor.core.annotationprocessing with type parameters of type BaseNature | ||
|---|---|---|
|
BaseAnnotationProcessingService.processAnnotation(I info,
A annotation)
The processing action of this service. |
|
|
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation)
This method acts like it's super method, but also tries to process the annotation with the TargetAwareAnnotationProcessors. |
|
|
AnnotationProcessor.processAnnotation(I info,
A annotation)
The processing action of this processor. |
|
|
AnnotationProcessingService.processAnnotation(I info,
A annotation)
The processing action of this service. |
|
|
TargetAwareAnnotationProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this service. |
|
|
TargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this service. |
|
|
BaseAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
|
|
BaseTargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
This method acts like it's super method, but also tries to process the annotations with the TargetAwareAnnotationProcessors. |
|
|
AnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
|
|
BaseTargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations,
AnnotatedElement target)
Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
|
|
TargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations,
AnnotatedElement target)
Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
|
| Uses of BaseNature in org.castor.cpa.jpa.natures |
|---|
| Subclasses of BaseNature in org.castor.cpa.jpa.natures | |
|---|---|
class |
JPAClassNature
A BaseNature extension that gives access to information derived from
class bound JPA annotations. |
class |
JPAFieldNature
A BaseNature extension, that gives access to information derived from
field bound JPA annotations. |
| Uses of BaseNature in org.castor.cpa.jpa.processors |
|---|
| Methods in org.castor.cpa.jpa.processors with type parameters of type BaseNature | ||
|---|---|---|
|
BaseJPAAnnotationProcessor.processAnnotation(I info,
A annotation)
Returns false - non target aware processing shall not be implemented in JPA-Annotation processing. |
|
| Uses of BaseNature in org.castor.cpa.jpa.processors.classprocessors |
|---|
| Methods in org.castor.cpa.jpa.processors.classprocessors with type parameters of type BaseNature | ||
|---|---|---|
|
JPAMappedSuperclassProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPANamedNativeQueryProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPANamedQueriesProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPAEntityProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPAInheritanceProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPATableProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPATableGeneratorClassProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPASequenceGeneratorClassProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPANamedQueryProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPACacheProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPANamedNativeQueriesProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
| Uses of BaseNature in org.castor.cpa.jpa.processors.fieldprocessors |
|---|
| Methods in org.castor.cpa.jpa.processors.fieldprocessors with type parameters of type BaseNature | ||
|---|---|---|
|
JPABasicProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPAOneToManyProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPAVersionProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPAJoinColumnProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPAGeneratedValueProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPAManyToManyProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPAColumnProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPAJoinTableProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPAIdProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPATransientProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPATemporalProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPASequenceGeneratorFieldProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPAOneToOneProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPAManyToOneProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
JPALobProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPATableGeneratorFieldProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
|
JPAEnumeratedProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
|
|
| Uses of BaseNature in org.castor.cpa.util.classresolution.nature |
|---|
| Subclasses of BaseNature in org.castor.cpa.util.classresolution.nature | |
|---|---|
class |
ClassLoaderNature
A ClassLoaderNature provides a ClassLoader. |
class |
MappingLoaderNature
MappingLoaderNature provides a MappingLoader. |
class |
PackageBasedCDRResolutionNature
This class provides a view on a additional properties for ClassDescriptorResolutionCommands. |
| Uses of BaseNature in org.exolab.castor.builder.info.nature |
|---|
| Subclasses of BaseNature in org.exolab.castor.builder.info.nature | |
|---|---|
class |
JDOClassInfoNature
A JDO specific view of a ClassInfo. |
class |
JDOFieldInfoNature
A JDO specific view of a FieldInfo. |
class |
XMLInfoNature
A XML specific view of a PropertyHolder, which can be a ClassInfo or a
FieldInfo. |
| Uses of BaseNature in org.exolab.castor.builder.info.nature.relation |
|---|
| Subclasses of BaseNature in org.exolab.castor.builder.info.nature.relation | |
|---|---|
class |
JDOOneToManyNature
A JDOOneToManyNature defines typed properties needed in the context a
one-to-many relation between two FieldInfos. |
class |
JDOOneToOneNature
A JDOOneToOneNature defines a one-to-one relation between two
FieldInfos. |
| Uses of BaseNature in org.exolab.castor.jdo.engine.nature |
|---|
| Subclasses of BaseNature in org.exolab.castor.jdo.engine.nature | |
|---|---|
class |
ClassDescriptorJDONature
JDO-specific nature for ClassDescriptor.Augments ClassDescriptor to include persistence-specific data such as
e.g. |
class |
FieldDescriptorJDONature
JDO-specific nature for FieldDescriptor.Augments FieldDescriptor to include persistence-specific data such as
e.g. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||