com.livis.flabes.util.ejb
Class EJBUtils

java.lang.Object
  |
  +--com.livis.flabes.util.ejb.EJBUtils

public class EJBUtils
extends java.lang.Object

Enterprise JavaBean utilities.


Method Summary
static java.util.List getCMPfieldNames(java.lang.Class ejbClass)
          Returns a list of names of persistent field of a CMP EJB.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCMPfieldNames

public static java.util.List getCMPfieldNames(java.lang.Class ejbClass)
Returns a list of names of persistent field of a CMP EJB. All public fields of an CMP EJB which also have a public getter and a public setter are assumed to be persistent.
Parameters:
ejbClass - class of the EJB with CMP to inspect.