org.apache.openejb.core.cmp
Class AbstractKeyGenerator
java.lang.Object
org.apache.openejb.core.cmp.AbstractKeyGenerator
- All Implemented Interfaces:
- KeyGenerator
- Direct Known Subclasses:
- ComplexKeyGenerator, SimpleKeyGenerator
public abstract class AbstractKeyGenerator
- extends Object
- implements KeyGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractKeyGenerator
public AbstractKeyGenerator()
isValidPkField
public static boolean isValidPkField(Field field)
getField
public static Field getField(Class clazz,
String fieldName)
throws OpenEJBException
- Throws:
OpenEJBException
getFieldValue
public static Object getFieldValue(Field field,
Object object)
throws javax.ejb.EJBException
- Throws:
javax.ejb.EJBException
setFieldValue
public static void setFieldValue(Field field,
Object object,
Object value)
throws javax.ejb.EJBException
- Throws:
javax.ejb.EJBException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.