Constant Field Values
Contents
ejava.examples.*
-
ejava.examples.ejbsessionbank.bl.BankException Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
ejava.examples.ejbsessionbank.blimpl.TellerImpl Modifier and Type Constant Field Value public static final StringALL_ACCOUNTS"getAccounts"public static final StringOVERDRAWN_ACCOUNTS"getOverdrawnAccounts"
-
ejava.examples.ejbsessionbank.bo.Account Modifier and Type Constant Field Value private static final longserialVersionUID-610133933394333468L -
ejava.examples.ejbsessionbank.bo.Ledger Modifier and Type Constant Field Value private static final longserialVersionUID4664361360609429071L -
ejava.examples.ejbsessionbank.bo.Owner Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
ejava.examples.ejbsessionbank.dao.AccountDAO Modifier and Type Constant Field Value public static final StringGET_ACCOUNTS_QUERY"getAccounts" -
ejava.examples.ejbsessionbank.dao.DAOException Modifier and Type Constant Field Value private static final longserialVersionUID1L -
ejava.examples.ejbsessionbank.dao.OwnerDAO Modifier and Type Constant Field Value public static final StringGET_OWNERS_QUERY"getAccountOwners"
-
ejava.examples.ejbsessionbank.jpa.JPAAccountDAO Modifier and Type Constant Field Value public static final StringACCOUNT_BY_NUM"getAccountsByAccountNumber"public static final StringACCOUNT_NUM_PARAM"accountNumber"public static final StringGET_LEDGER"getLedger"public static final StringGET_LEDGER_AVE"getLedgerAveBalance"public static final StringGET_LEDGER_CNT"getLedgerCount"public static final StringGET_LEDGER_SUM"getLedgerSum" -
ejava.examples.ejbsessionbank.jpa.JPAOwnerDAO Modifier and Type Constant Field Value static final StringCOUNT_ACCOUNT_REFERENCES_QUERY"countAccountReferences"