|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationProcessor | |
|---|---|
| org.castor.core.annotationprocessing | |
| org.castor.cpa.jpa.processors | |
| org.castor.cpa.jpa.processors.classprocessors | |
| org.castor.cpa.jpa.processors.fieldprocessors | |
| Uses of AnnotationProcessor in org.castor.core.annotationprocessing |
|---|
| Subinterfaces of AnnotationProcessor in org.castor.core.annotationprocessing | |
|---|---|
interface |
TargetAwareAnnotationProcessor
The interface each specific target-aware annotation processor has to fulfill. |
| Methods in org.castor.core.annotationprocessing that return types with arguments of type AnnotationProcessor | |
|---|---|
Set<AnnotationProcessor> |
BaseTargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
Returns the set of AnnotationProcessors and
TargetAwareAnnotationProcessors registered with this service. |
Set<AnnotationProcessor> |
TargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
Returns the set of AnnotationProcessors and
TargetAwareAnnotationProcessors registered with this service. |
Set<AnnotationProcessor> |
BaseAnnotationProcessingService.getAnnotationProcessors()
Returns the set of AnnotationProcessors registered with
this service. |
Set<AnnotationProcessor> |
AnnotationProcessingService.getAnnotationProcessors()
Returns the set of AnnotationProcessors registered with
this service. |
| Methods in org.castor.core.annotationprocessing with parameters of type AnnotationProcessor | |
|---|---|
void |
BaseAnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
Add an AnnotationProcessor to the service. |
void |
AnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
Add an AnnotationProcessor to the service. |
| Uses of AnnotationProcessor in org.castor.cpa.jpa.processors |
|---|
| Classes in org.castor.cpa.jpa.processors that implement AnnotationProcessor | |
|---|---|
class |
BaseJPAAnnotationProcessor
Basic abstract TargetAwareAnnotationProcessor that does not allow
processing without a target (returns false). |
| Uses of AnnotationProcessor in org.castor.cpa.jpa.processors.classprocessors |
|---|
| Classes in org.castor.cpa.jpa.processors.classprocessors that implement AnnotationProcessor | |
|---|---|
class |
JPACacheProcessor
|
class |
JPAEntityProcessor
Processes the JPA annotation Entity. |
class |
JPAInheritanceProcessor
Processes the JPA annotation Inheritance. |
class |
JPAMappedSuperclassProcessor
|
class |
JPANamedNativeQueriesProcessor
|
class |
JPANamedNativeQueryProcessor
|
class |
JPANamedQueriesProcessor
Processes the JPA annotation NamedQuery. |
class |
JPANamedQueryProcessor
Processes the JPA annotation NamedQuery. |
class |
JPASequenceGeneratorClassProcessor
Processes the JPA annotation SequenceGenerator. |
class |
JPATableGeneratorClassProcessor
Processes the JPA annotation TableGenerator. |
class |
JPATableProcessor
Processes the JPA annotation Table. |
| Uses of AnnotationProcessor in org.castor.cpa.jpa.processors.fieldprocessors |
|---|
| Classes in org.castor.cpa.jpa.processors.fieldprocessors that implement AnnotationProcessor | |
|---|---|
class |
JPABasicProcessor
Processes the JPA annotation Basic. |
class |
JPAColumnProcessor
Processes the JPA annotation Column. |
class |
JPAEnumeratedProcessor
|
class |
JPAGeneratedValueProcessor
Processes the JPA annotation GeneratedValue. |
class |
JPAIdProcessor
Processes the JPA annotation Id. |
class |
JPAJoinColumnProcessor
Processes the JPA annotation JoinColumn. |
class |
JPAJoinTableProcessor
Processes the JPA annotation JoinTable. |
class |
JPALobProcessor
|
class |
JPAManyToManyProcessor
Processes the JPA annotation ManyToMany. |
class |
JPAManyToOneProcessor
Processes the JPA annotation ManyToOne. |
class |
JPAOneToManyProcessor
Processes the JPA annotation OneToMany. |
class |
JPAOneToOneProcessor
Processes the JPA annotation OneToOne. |
class |
JPASequenceGeneratorFieldProcessor
Processes the JPA annotation SequenceGenerator. |
class |
JPATableGeneratorFieldProcessor
Processes the JPA annotation TableGenerator. |
class |
JPATemporalProcessor
|
class |
JPATransientProcessor
Processes the JPA annotation Transient. |
class |
JPAVersionProcessor
Processes the JPA annotation Version. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||