Uses of Class
org.rhq.helpers.perftest.support.jpa.Annotations

Packages that use Annotations
org.rhq.helpers.perftest.support.jpa   
 

Uses of Annotations in org.rhq.helpers.perftest.support.jpa
 

Methods in org.rhq.helpers.perftest.support.jpa that return Annotations
static Annotations JPAUtil.getJPAAnnotations(Class<?> clazz)
          Returns all the JPA annotations declared on the class.
static Annotations JPAUtil.getJPAAnnotations(Field field)
          Returns all the JPA annotations declared on the field.
 

Methods in org.rhq.helpers.perftest.support.jpa that return types with arguments of type Annotations
static Map<Field,Annotations> JPAUtil.getJPAFields(Class<?> clazz)
          Returns all the JPA annotated fields on given class along with their annotations.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.