| java.lang.Object org.jboss.test.cmp2.fkmapping.ejb.ChildCMPBean
All known Subclasses: org.jboss.test.cmp2.fkmapping.ejb.ChildCMP,
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getMotherId | abstract public Long getMotherId()(Code) | | Non-null CMP field mapped to the foreign key field
Used as a read-only field to verify correctness of INSERT
|
getMotherName | abstract public String getMotherName()(Code) | | Non-null CMP field mapped to the foreign key field
Used as a read-only field to verify correctness of INSERT
|
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | Parameters: ctx - The new entityContext value |
setFirstName | abstract public void setFirstName(String name)(Code) | | |
setMotherId | abstract public void setMotherId(Long id)(Code) | | |
setMotherName | abstract public void setMotherName(String name)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | Unset the associated entity context.
|
|
|