Skip navigation links
A G I J O P R T V 

A

AnnotationProcessorUtils - Class in org.datanucleus.jpa.query
Series of method to aid in the writing of annotation processors.
AnnotationProcessorUtils() - Constructor for class org.datanucleus.jpa.query.AnnotationProcessorUtils
 
AnnotationProcessorUtils.TypeCategory - Enum in org.datanucleus.jpa.query
 
annotationsWithTargetEntity - Static variable in class org.datanucleus.jpa.query.JPACriteriaProcessor
 

G

getDeclaredType(Element) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Accessor for the declared type of this element.
getDeclaredTypeName(ProcessingEnvironment, TypeMirror, boolean) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Method to return the declared type name of the provided TypeMirror.
getDefaultAccessMembers(TypeElement) - Static method in class org.datanucleus.jpa.query.JPACriteriaProcessor
Convenience accessor for members for the default access type of the supplied type element.
getFieldMembers(TypeElement) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Convenience accessor for all field members of the supplied type element.
getMemberName(Element) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Accessor for the member name for a field or Java bean getter/setter.
getPersistentSupertype(TypeElement) - Method in class org.datanucleus.jpa.query.JPACriteriaProcessor
Method to find the next persistent supertype above this one.
getPropertyMembers(TypeElement) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Convenience accessor for all property members of the supplied type element.
getSupportedSourceVersion() - Method in class org.datanucleus.jpa.query.JPACriteriaProcessor
 
getTypeCategoryForTypeMirror(String) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Method to return the type category for a type.
getTypeName() - Method in enum org.datanucleus.jpa.query.AnnotationProcessorUtils.TypeCategory
 
getValueForAnnotationAttribute(Element, Class, String) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Accessor for the value for an annotation attribute.

I

isJavaBeanGetter(ExecutableElement) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Convenience method to return if the provided method is a java bean getter.
isJavaBeanSetter(ExecutableElement) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Convenience method to return if the provided method is a java bean setter.
isJPAAnnotated(TypeElement) - Static method in class org.datanucleus.jpa.query.JPACriteriaProcessor
Convenience method to return if this class element has any of the defining JPA annotations.
isMethod(Element) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Convenience method to return if the provided element represents a method (otherwise a field).

J

JPACriteriaProcessor - Class in org.datanucleus.jpa.query
Annotation processor for JPA to generate "dummy" classes for all Entity classes for use with Criteria API.
JPACriteriaProcessor() - Constructor for class org.datanucleus.jpa.query.JPACriteriaProcessor
 

O

org.datanucleus.jpa.query - package org.datanucleus.jpa.query
 

P

process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.datanucleus.jpa.query.JPACriteriaProcessor
 
processClass(TypeElement) - Method in class org.datanucleus.jpa.query.JPACriteriaProcessor
Handler for processing a JPA annotated class to create the criteria class stub.

R

returnsBoolean(ExecutableElement) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Convenience method returning if the provided method returns boolean.
returnsVoid(ExecutableElement) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Convenience method returning if the provided method returns void.

T

typeIsPrimitive(TypeMirror) - Static method in class org.datanucleus.jpa.query.AnnotationProcessorUtils
Convenience method to return if the provided type is a primitive.

V

valueOf(String) - Static method in enum org.datanucleus.jpa.query.AnnotationProcessorUtils.TypeCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.datanucleus.jpa.query.AnnotationProcessorUtils.TypeCategory
Returns an array containing the constants of this enum type, in the order they are declared.
A G I J O P R T V 
Skip navigation links

Copyright © 2016. All rights reserved.