ejbHomeUpdateNames() Example of the ejbHome method.
It iterates through all persons and changes "Smit" to "Smith".
If calls ejbSelectAll to get all records from the database.
public void ejbHomeUpdateNames() throws FinderException(Code)
Example of the ejbHome method.
It iterates through all persons and changes "Smit" to "Smith".
If calls ejbSelectAll to get all records from the database.