org.apache.ws.jaxme.pm.generator.jdbc
public class CustomTableData extends Object
| Constructor Summary | |
|---|---|
| CustomTableData(JaxMeJdbcSG pJdbcSG, Table pTable, ComplexTypeSG pTypeSG, TableDetails pTableDetails) Creates a new instance- | |
| Method Summary | |
|---|---|
| Table | getTable() Returns the table, which is currently being read. |
| TableDetails | getTableDetails() Returns the connection details. |
| ComplexTypeSG | getTypeSG() Returns the type, which is being generated. |
Parameters: pJdbcSG The source generator creating this instance. pTable The table, which is currently read by the source generator. pTypeSG The complex type being generated. pTableDetails The connection details.