Uses of Package
entity
Packages that use entity
Package
Description
Entity classes representing core business objects in the banking system.
Background job processing system for automated banking operations.
Service layer classes delegates the Requests from the servlet to DAO.
Web layer servlets handling HTTP requests in the banking application from JSP's.
Data access layer providing Interface for multiple storage methods and Implementations.
-
ClassDescriptionRepresents an abstract bank account with basic operations like deposit and withdrawal.Abstract base class for customers in the banking system.Abstract base class for employees in the banking system.Represents a customer in the banking system.Builder for creating Customer instances.Represents the relationship between a customer and an account.Builder for creating
CustomerAccount
instances.Represents an employee in the banking system.Builder for creating Employee instances.Represents a person entity in the banking system.Represents a savings account with a minimum balance constraint.Builder for creatingSavingsAccount
instances.Enum representing the status of a transaction.Enum representing the type of transaction.Enum representing the user type who initiated the transaction. -
-
ClassDescriptionRepresents the result of an authentication attempt.Represents a customer in the banking system.Represents a savings account with a minimum balance constraint.Represents a transaction log entry in the banking system.Enum representing the user type who initiated the transaction.
-
ClassDescriptionRepresents a savings account with a minimum balance constraint.Enum representing the user type who initiated the transaction.
-
ClassDescriptionRepresents a bank branch.Represents a customer in the banking system.Represents an employee in the banking system.Represents a manager in the banking system.Represents a savings account with a minimum balance constraint.Represents a transaction log entry in the banking system.Enum representing the user type who initiated the transaction.