Method Summary |
|
public void | _testBeanAsParameter() |
public void | _testBeanNullAsParameter() |
boolean | initStateOK() |
public static void | main(String args) |
protected void | setUp() |
public static Test | suite() |
public void | test2InWhere() |
public void | test3InWhere() |
public void | testAddrCountOfCities() |
public void | testAddrCountOfDistinctCities() |
public void | testAddrGetAllCities() |
public void | testAddrGetAllCreditCompanies() |
public void | testAddrGetAllCreditCompanyIds() Get all the creditCompany id of addresses. |
public void | testAddrGetAllCreditCompanyNames() Get all the creditCompany names of addresses. |
public void | testAddrGetAllCreditCompanyNums() Get all the creditCompany id of addresses. |
public void | testAddrQuery300626() |
public void | testAmountOfReservationsForCustomer() Get the amount paid of all the reservations for a specific customer. |
public void | testAmountsForCruise() Get the values of the amounts of the reservations for the cruise name. |
public void | testAnd1() |
public void | testAnd2() |
public void | testAverageofTonnage() Get the average of the tonnage of all the ships. |
public void | testBeanLocalAsParameter() |
public void | testBeanLocalNullAsParameter() |
public void | testBetweenDouble() |
public void | testCabinEjbSelectDeckLevel() |
public void | testCountOfCustomersRingo() |
public void | testCountOfCustomersWithId1() |
public void | testCountOfCustomersWithId2() |
public void | testCountOfReservations() Get the count of reservations. |
public void | testCountOfReservationsForCustomer() Get the count of all the reservations for a specific customer. |
public void | testCustEjbSelectAddr() |
public void | testCustEjbSelectAddrCity() |
public void | testCustEjbSelectAllCreditCartAddr() Select the addresses of the company of the credit card of all the customers. |
public void | testCustEjbSelectDistinctFirstName() Select the DISTINCT firstName of all the customers. |
public void | testCustEjbSelectFirstName() Select the firstName of all the customers. |
public void | testCustEjbSelectLastName() |
public void | testCustEjbSelectRogerAddr() Select the adresses of all 'roger' customers. |
public void | testCustFindById() |
public void | testCustomersCountCreditCard() |
public void | testCustomersCreditCardNumbers() |
public void | testDistinctInFrom() |
public void | testEgalBoolean() |
public void | testEgalDouble() |
public void | testEgalInteger() |
public void | testEgalString() |
public void | testFindAllAddresses() |
public void | testFindAllMike() Test a finder method
- which have no parameter and which have its name starts with 'findAll',
- but which not means "findAll". |
public void | testFindCustAllLimit_1() |
public void | testFindCustAllLimit_2() |
public void | testFindCustByAddrId() |
public void | testFindCustomerAll() |
public void | testFindResWithLesserAmount() Find the reservations with lesser amount. |
public void | testInFrom() |
public void | testInWhere() |
public void | testIsEmpty() |
public void | testIsEmptyInExp1() |
public void | testIsEmptyInExp1Bis() |
public void | testIsEmptyInExp1Quad() |
public void | testIsEmptyInExp1Ter() |
public void | testIsEmptyInExp2() |
public void | testIsEmptyIsNotEmpty() |
public void | testIsNotEmpty() |
public void | testIsNull1() Test a finder method with the IS NOT NULL operator on a cmr field. |
public void | testIsNull1bis() Test a finder method with the IS NULL operator on a cmr field. |
public void | testIsNull1ter() Test a finder method with the IS NULL operator on a cmr field in an expression. |
public void | testIsNull2() Test a finder method with the IS NOT NULL operator on a cmr field with a complex navigation. |
public void | testIsNull3() Test a finder method with the IS NULL operator on a parameter which is a bean null. |
public void | testIsNull3bis() Test a finder method with the IS NULL operator on a parameter which is a bean not null. |
public void | testMaxAmountOfReservations() Get the max value of the amount of the reservations. |
public void | testMemberOfNavigate() |
public void | testMinAmountForCruise() (Bug #300635)
Get the min value of the amount of the reservations for the cruise name. |
public void | testMinAmountOfReservations() Get the min value of the amount of the reservations. |
public void | testNavigate() |
public void | testNavigateOr() |
public void | testNotLike() |
public void | testOrderBy2() Find the reservations ordered by their amountPaid. |
public void | testOrderByDescAsc() Find all the customers ordered by their lastname (desc) and firstname (asc). |
public void | testSeries1() The execution of those two tests failed. |
public void | testSimpleMemberOf() Finding the customer with a specific phone number
SELECT OBJECT(c) FROM jt2_Customer cust WHERE ?1 IS MEMBER OF cust.phoneNumbers
This test is done via a session bean because it need to use Local interfaces. |
public void | testSimpleOrderBy() Find all the customers ordered by their lastname. |
public void | testWildcards() |