Player.java
PlayerBase.java |
Data Layer for Player
record.
This class holds, in addition to other functions, the Player
fields and functions to to work with JDBC objects: PreparedStatement
and Resultset. |
PlayerPrimaryKey.java
PlayerPrimaryKetBase.java |
Player primary key. |
PlayerRecord.java
PlayerRecordBase.java |
Database Layer for
player record.
This is a class definition that defines all the functions needed
to work with the database. |
| PlayerHome.java |
Home interface. |
| PlayerRemote.java |
Remote interface. |
| PlayerBean.java |
Entity Layer or Component
Layer for Player Record. Bean Implementation of all above
interfaces. |
| ejb-jar.xml |
|
| weblogic-ejb-jar.xml |
WebLogic proprietary ejb-jar. |
| Player.sql |
Generated SQL Script that
Creates the table in the database. |
| PlayerTestMainFrame.java |
Full Test Program to check
the code generated and to use it as a simple tool to do all
actions defined for this table. |