|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationObject | |
|---|---|
| org.jpox.metadata.annotations | Package containing classes for converting JDK 1.5 annotations into MetaData definitions. |
| Uses of AnnotationObject in org.jpox.metadata.annotations |
|---|
| Methods in org.jpox.metadata.annotations that return AnnotationObject | |
|---|---|
protected AnnotationObject[] |
AbstractAnnotationReader.getAnnotationObjectsForAnnotations(java.lang.String clsName,
java.lang.annotation.Annotation[] annotations)
Convenience method to convert an array of Annotation objects into an array of AnnotationObjects. |
protected AnnotationObject[] |
AbstractAnnotationReader.getClassAnnotationsForClass(java.lang.Class cls)
Method returning the annotations for the class. |
| Methods in org.jpox.metadata.annotations with parameters of type AnnotationObject | |
|---|---|
protected abstract org.jpox.metadata.ClassMetaData |
AbstractAnnotationReader.processClassAnnotations(org.jpox.metadata.PackageMetaData pmd,
java.lang.Class cls,
AnnotationObject[] annotations)
Method to process the "class" level annotations and create the outline ClassMetaData object. |
protected org.jpox.metadata.ClassMetaData |
JPAAnnotationReader.processClassAnnotations(org.jpox.metadata.PackageMetaData pmd,
java.lang.Class cls,
AnnotationObject[] annotations)
Method to process the "class" level annotations and create the outline ClassMetaData object |
protected org.jpox.metadata.ClassMetaData |
JDOAnnotationReader.processClassAnnotations(org.jpox.metadata.PackageMetaData pmd,
java.lang.Class cls,
AnnotationObject[] annotations)
Method to process the "class" level annotations and create the outline ClassMetaData object |
protected abstract org.jpox.metadata.FieldMetaData |
AbstractAnnotationReader.processFieldAnnotations(org.jpox.metadata.ClassMetaData cmd,
java.lang.reflect.Field field,
AnnotationObject[] annotations)
Method to take the passed in outline ClassMetaData and process the annotations for fields adding any necessary FieldMetaData to the ClassMetaData. |
protected org.jpox.metadata.FieldMetaData |
JPAAnnotationReader.processFieldAnnotations(org.jpox.metadata.ClassMetaData cmd,
java.lang.reflect.Field field,
AnnotationObject[] annotations)
Convenience method to process the annotations for a field. |
protected org.jpox.metadata.FieldMetaData |
JDOAnnotationReader.processFieldAnnotations(org.jpox.metadata.ClassMetaData cmd,
java.lang.reflect.Field field,
AnnotationObject[] annotations)
Convenience method to process the annotations for a field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||