| java.lang.Object org.objectweb.jonas.jtests.beans.ejbql.AddressBean
AddressBean | abstract public class AddressBean implements javax.ejb.EntityBean(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbHomeGetAllCities | public Collection ejbHomeGetAllCities() throws FinderException(Code) | | |
ejbHomeGetAllCreditCompanies | public Collection ejbHomeGetAllCreditCompanies() throws FinderException(Code) | | |
ejbHomeGetAllCreditCompanyIds | public Collection ejbHomeGetAllCreditCompanyIds() throws FinderException(Code) | | |
ejbHomeGetAllCreditCompanyNames | public Collection ejbHomeGetAllCreditCompanyNames() throws FinderException(Code) | | |
ejbHomeGetAllCreditCompanyNums | public Collection ejbHomeGetAllCreditCompanyNums() throws FinderException(Code) | | |
ejbHomeGetCountOfCities | public long ejbHomeGetCountOfCities() throws FinderException(Code) | | |
ejbHomeGetCountOfDistinctCities | public long ejbHomeGetCountOfDistinctCities() throws FinderException(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws javax.ejb.RemoveException(Code) | | |
ejbSelectCities | abstract public Collection ejbSelectCities() throws FinderException(Code) | | |
ejbSelectCountOfCities | abstract public long ejbSelectCountOfCities() throws FinderException(Code) | | |
ejbSelectCountOfDistinctCities | abstract public long ejbSelectCountOfDistinctCities() throws FinderException(Code) | | |
ejbSelectCreditCompanies | abstract public Collection ejbSelectCreditCompanies() throws FinderException(Code) | | |
ejbSelectCreditCompanyIds | abstract public Collection ejbSelectCreditCompanyIds() throws FinderException(Code) | | |
ejbSelectCreditCompanyNames | abstract public Collection ejbSelectCreditCompanyNames() throws FinderException(Code) | | |
ejbSelectCreditCompanyNums | abstract public Collection ejbSelectCreditCompanyNums() throws FinderException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ec)(Code) | | |
setStreet | abstract public void setStreet(String street)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|