@Entity public class Borrower extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
id |
private List<Loan> |
loans |
private String |
name |
| Constructor and Description |
|---|
Borrower() |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.