¿¹Á¦
public class
BeanClass
implements
javax.ejb.EntityBean {
//no constructor
//other methods that must implement the interface
}
¼Ö·ç¼Ç
±âº» °ø¿ë »ý¼ºÀÚ¸¦ ¸Å°³º¯¼ö ¾øÀÌ Á¦°øÇϽʽÿÀ.
public class
BeanClass
implements
javax.ejb.EntityBean {
public
BeanClass () {
//..
}
//other methods that must implement the interface
}