public interface UserEntityHome
extends javax.ejb.EJBHome
| Modifier and Type | Field and Description |
|---|---|
static String |
COMP_NAME |
static String |
JNDI_NAME |
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
create(String username,
String password) |
Collection |
findAll() |
UserEntity |
findByPrimaryKey(String username) |
static final String COMP_NAME
static final String JNDI_NAME
UserEntity create(String username, String password) throws javax.ejb.CreateException, RemoteException
javax.ejb.CreateExceptionRemoteExceptionUserEntity findByPrimaryKey(String username) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection findAll() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCopyright © 2003–2018. All rights reserved.