Modifier and Type | Method and Description |
---|---|
Set<TargetAwareAnnotationProcessor> |
BaseTargetAwareAnnotationProcessingService.getTargetAwareAnnotationProcessors()
Returns the set of
TargetAwareAnnotationProcessor s registered
with this service. |
Set<TargetAwareAnnotationProcessor> |
TargetAwareAnnotationProcessingService.getTargetAwareAnnotationProcessors()
Returns the set of
TargetAwareAnnotationProcessor s registered
with this service. |
Modifier and Type | Method and Description |
---|---|
void |
BaseTargetAwareAnnotationProcessingService.addAnnotationProcessor(TargetAwareAnnotationProcessor taAnnotationProcessor)
Add an
TargetAwareAnnotationProcessor to the service. |
void |
TargetAwareAnnotationProcessingService.addAnnotationProcessor(TargetAwareAnnotationProcessor annotationProcessor)
Add an
TargetAwareAnnotationProcessor to the service. |
Modifier and Type | Class and Description |
---|---|
class |
BaseJPAAnnotationProcessor
Basic abstract
TargetAwareAnnotationProcessor that does not allow
processing without a target (returns false). |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
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 . |
Copyright © 2013. All rights reserved.