test.ejb
Class EntityBean
java.lang.Object
test.ejb.EntityBean
- All Implemented Interfaces:
- Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean
public abstract class EntityBean
- extends Object
- implements javax.ejb.EntityBean
Entity bean - impl.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityBean
public EntityBean()
getKey
public abstract Integer getKey()
setKey
public abstract void setKey(Integer key)
getName
public abstract String getName()
setName
public abstract void setName(String name)
EmployeeBean
public void EmployeeBean()
ejbCreate
public Integer ejbCreate(Integer key,
String name)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
ejbPostCreate
public void ejbPostCreate(Integer key,
String name)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
ejbStore
public void ejbStore()
- Specified by:
ejbStore in interface javax.ejb.EntityBean
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad in interface javax.ejb.EntityBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove in interface javax.ejb.EntityBean
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface javax.ejb.EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface javax.ejb.EntityBean
setEntityContext
public void setEntityContext(javax.ejb.EntityContext context)
- Specified by:
setEntityContext in interface javax.ejb.EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.