friend
Interface FriendHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface FriendHome
- extends javax.ejb.EJBLocalHome
Friend Entity Local Home Interface
- Since:
- 2005. 3. 30.
- Author:
- ¹ÙºÎ°õ
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
public Friend create(Integer uid,
Integer f_uid,
Integer m_uid)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByPrimaryKey
public Friend findByPrimaryKey(Integer uid)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByFriend
public Collection findByFriend(Integer f_uid)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException