Modifier and Type | Method and Description |
---|---|
<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> |
AnnotationProcessingService.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> |
BaseAnnotationProcessingService.processAnnotation(I info,
A annotation)
The processing action of this service.
|
<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> |
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> |
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,
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 |
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. |
Modifier and Type | Method and Description |
---|---|
<I extends BaseNature,A extends Annotation> |
BaseJPAAnnotationProcessor.processAnnotation(I info,
A annotation)
Returns false - non target aware processing shall not be implemented in
JPA-Annotation processing.
|
Modifier and Type | Method and Description |
---|---|
<I extends BaseNature,A extends Annotation> |
JPAInheritanceProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPACacheProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPANamedQueryProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPASequenceGeneratorClassProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPANamedNativeQueryProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPANamedQueriesProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPANamedNativeQueriesProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPAEntityProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPAMappedSuperclassProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPATableProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPATableGeneratorClassProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
Modifier and Type | Method and Description |
---|---|
<I extends BaseNature,A extends Annotation> |
JPASequenceGeneratorFieldProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPAColumnProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPAManyToManyProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPABasicProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPAGeneratedValueProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPAIdProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPAManyToOneProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPAOneToOneProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPAEnumeratedProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPATemporalProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPATableGeneratorFieldProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPAOneToManyProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPAJoinTableProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPATransientProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
JPALobProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPAVersionProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPAJoinColumnProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
Modifier and Type | Class and Description |
---|---|
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
ClassDescriptorResolutionCommand s. |
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 |
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 |
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. |
Copyright © 2016. All rights reserved.