| Package | Description |
|---|---|
| org.rhq.helpers.perftest.support.jpa |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Field,Annotations> |
JPAUtil.getJPAFields(Class<?> clazz)
Returns all the JPA annotated fields on given class along with their annotations.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.