Package myorg.relex.one2manybi
Class Borrower
- java.lang.Object
-
- myorg.relex.one2manybi.Borrower
-
@Entity public class Borrower extends Object
This class provides an example of the one/parent side of a one-to-many, bi-directional relationship that will be realized through a foreign key from the many/child side of the relationship. Being the one side of the one-to-many relationship, this class must implement the inverse side.