Modifier and Type | Method and Description |
---|---|
<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> |
TargetAwareAnnotationProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
TargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this service.
|
<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 | Method and Description |
---|---|
static Class<?> |
ReflectionsHelper.getCollectionType(AnnotatedElement target,
boolean jpaTypesOnly)
Get the (raw) type of collection from the annotations target and optional
check for JPA 1.0 restrictions (only Collection, Map, List and Set are
allowed).
|
static Class<?> |
ReflectionsHelper.getTargetEntityFromGenerics(AnnotatedElement target)
Get the target entity information from the target (necessary if it was
not specified by the annotation itself).
|
Modifier and Type | Method and Description |
---|---|
<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> |
JPANamedNativeQueriesProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<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> |
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> |
JPATableGeneratorClassProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPAMappedSuperclassProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPASequenceGeneratorClassProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
Modifier and Type | Method and Description |
---|---|
<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> |
JPATableGeneratorFieldProcessor.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> |
JPAEnumeratedProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPALobProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<I extends BaseNature,A extends Annotation> |
JPASequenceGeneratorFieldProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<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> |
JPAVersionProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
<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> |
JPAGeneratedValueProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target) |
Copyright © 2018. All rights reserved.