org.openejb.alt.containers.castor_cmp11
Interface KeyGenerator


public interface KeyGenerator


Method Summary
 org.exolab.castor.persist.spi.Complex getJdoComplex(java.lang.Object primaryKey)
           
 java.lang.Object getPrimaryKey(javax.ejb.EntityBean bean)
           
 boolean isKeyComplex()
           
 

Method Detail

getPrimaryKey

public java.lang.Object getPrimaryKey(javax.ejb.EntityBean bean)

getJdoComplex

public org.exolab.castor.persist.spi.Complex getJdoComplex(java.lang.Object primaryKey)

isKeyComplex

public boolean isKeyComplex()