¿¹Á¦
public interface
ExampleHome
extends
javax.ejb.EJBHome {
public
String findByPrimaryKey(String key);
//other methods that implement the interface
}
¼Ö·ç¼Ç
°¢ finder ¸Þ¼Òµå¿¡ ´ëÇØ javax.ejb.FinderExceptionÀ» ó¸®ÇϽʽÿÀ.
public interface
ExampleHome
extends
javax.ejb.EJBHome {
public
String findByPrimaryKey(String key)
throws
javax.ejb.FinderException;
//other methods that implement the interface
}