public class BusinessPojoHelper
extends java.lang.Object
BusinessKey fields from a Class.| Constructor and Description |
|---|
BusinessPojoHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<BusinessKeyField> |
getBusinessKeyFields(java.lang.Class<?> clazz)
Get all business keys declared on a class and the parent super classes.
|
public static java.util.List<BusinessKeyField> getBusinessKeyFields(java.lang.Class<?> clazz)
clazz - The class to introspect.Copyright © 2010-2015. All Rights Reserved.