| java.lang.Object org.jboss.test.cmp2.fkmapping.ejb.ManagerSessionBean org.jboss.test.cmp2.fkmapping.ejb.ManagerSession
ManagerSession | public class ManagerSession extends ManagerSessionBean implements javax.ejb.SessionBean(Code) | | Session layer for Manager.
|
unsetSessionContext | public void unsetSessionContext()(Code) | | |
Fields inherited from org.jboss.test.cmp2.fkmapping.ejb.ManagerSessionBean | static Category log(Code)(Java Doc)
|
Methods inherited from org.jboss.test.cmp2.fkmapping.ejb.ManagerSessionBean | public void assertChildHasMother(Long childId, Long parentId, String parentName) throws Exception(Code)(Java Doc) public void createChild(Long id, String firstName) throws Exception(Code)(Java Doc) public void createChild(Long id, String firstName, Long parentId, String parentName) throws Exception(Code)(Java Doc) public Object createChildUPKWithFather() throws Exception(Code)(Java Doc) public Object createChildUPKWithMother() throws Exception(Code)(Java Doc) public void createParent(Long id, String firstName) throws Exception(Code)(Java Doc) public void ejbActivate() throws EJBException, RemoteException(Code)(Java Doc) public void ejbCreate() throws CreateException(Code)(Java Doc) public void ejbPassivate() throws EJBException, RemoteException(Code)(Java Doc) public void ejbRemove() throws EJBException, RemoteException(Code)(Java Doc) public void loadChildUPKWithFather(Object pk) throws Exception(Code)(Java Doc) public void loadChildUPKWithMother(Object pk) throws Exception(Code)(Java Doc) public void setSessionContext(SessionContext sessionContext) throws EJBException, RemoteException(Code)(Java Doc) public void testCompleteFKToPKMapping()(Code)(Java Doc) public void testFKToCMPMapping()(Code)(Java Doc) public void testPartialFKToPKMapping()(Code)(Java Doc) public void testStandaloneFKMapping()(Code)(Java Doc)
|
|
|