Constant Field Values
Contents
ejava.examples.*
-
ejava.examples.ejbsessionbank.bl.BankException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
ejava.examples.ejbsessionbank.blimpl.TellerImpl Modifier and Type Constant Field Value public static final String
ALL_ACCOUNTS
"getAccounts"
public static final String
OVERDRAWN_ACCOUNTS
"getOverdrawnAccounts"
-
ejava.examples.ejbsessionbank.bo.Account Modifier and Type Constant Field Value private static final long
serialVersionUID
-610133933394333468L
-
ejava.examples.ejbsessionbank.bo.Ledger Modifier and Type Constant Field Value private static final long
serialVersionUID
4664361360609429071L
-
ejava.examples.ejbsessionbank.bo.Owner Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
ejava.examples.ejbsessionbank.dao.AccountDAO Modifier and Type Constant Field Value public static final String
GET_ACCOUNTS_QUERY
"getAccounts"
-
ejava.examples.ejbsessionbank.dao.DAOException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
ejava.examples.ejbsessionbank.dao.OwnerDAO Modifier and Type Constant Field Value public static final String
GET_OWNERS_QUERY
"getAccountOwners"
-
ejava.examples.ejbsessionbank.jpa.JPAAccountDAO Modifier and Type Constant Field Value public static final String
ACCOUNT_BY_NUM
"getAccountsByAccountNumber"
public static final String
ACCOUNT_NUM_PARAM
"accountNumber"
public static final String
GET_LEDGER
"getLedger"
public static final String
GET_LEDGER_AVE
"getLedgerAveBalance"
public static final String
GET_LEDGER_CNT
"getLedgerCount"
public static final String
GET_LEDGER_SUM
"getLedgerSum"
-
ejava.examples.ejbsessionbank.jpa.JPAOwnerDAO Modifier and Type Constant Field Value static final String
COUNT_ACCOUNT_REFERENCES_QUERY
"countAccountReferences"