|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.core.cmp.AbstractKeyGenerator
org.apache.openejb.core.cmp.ComplexKeyGenerator
public class ComplexKeyGenerator
Nested Class Summary | |
---|---|
protected static class |
ComplexKeyGenerator.PkField
|
Field Summary | |
---|---|
protected java.util.List<ComplexKeyGenerator.PkField> |
fields
|
Constructor Summary | |
---|---|
ComplexKeyGenerator(java.lang.Class entityBeanClass,
java.lang.Class pkClass)
|
Method Summary | |
---|---|
java.lang.Object |
getPrimaryKey(javax.ejb.EntityBean bean)
|
Methods inherited from class org.apache.openejb.core.cmp.AbstractKeyGenerator |
---|
getField, getFieldValue, isValidPkField, setFieldValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.util.List<ComplexKeyGenerator.PkField> fields
Constructor Detail |
---|
public ComplexKeyGenerator(java.lang.Class entityBeanClass, java.lang.Class pkClass) throws OpenEJBException
OpenEJBException
Method Detail |
---|
public java.lang.Object getPrimaryKey(javax.ejb.EntityBean bean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |