Only BMP entity beans allow ejbFind methods to be promoted to the home interface. Once promoted, the method name begins with "find" and it throws the javax.ejb.FinderException and javax.ejb.RemoteException. Both BMP and CMP beans allow ejbCreate<METHOD> methods to be promoted. Once promoted, the method name is "create" and it throws the javax.ejb.CreateException and the javax.ejb.RemoteException (javax.ejb.RemoteException is not added for the local home interface). Also, comments for the methods in the bean will be promoted as well (both to the home and remote interfaces).
To add a new home method: