public class ComplexKeyGenerator extends AbstractKeyGenerator
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ComplexKeyGenerator.PkField |
| Modifier and Type | Field and Description |
|---|---|
protected List<ComplexKeyGenerator.PkField> |
fields |
| Constructor and Description |
|---|
ComplexKeyGenerator(Class entityBeanClass,
Class pkClass) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getPrimaryKey(javax.ejb.EntityBean bean) |
getField, getFieldValue, isValidPkField, setFieldValueprotected final List<ComplexKeyGenerator.PkField> fields
public ComplexKeyGenerator(Class entityBeanClass, Class pkClass) throws OpenEJBException
OpenEJBExceptionpublic Object getPrimaryKey(javax.ejb.EntityBean bean)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.