ulrich
2022-04-28 93f7a95b2e57ad7a74a7ba2c2e418b00adc37c09
src/de/uhilger/baselink/Util.java
@@ -43,7 +43,7 @@
   * @param pm  an object to be used for database access
   * @param schemaName name of database schema that contains the table 
   * @param tableName name of table to create DAO for
   * @return java source code of DAO
   * @return java source code of DTO
   */
  public String generateDTO(PersistenceManager pm, String schemaName, String tableName) {
    String indentation = "  ";
@@ -172,7 +172,7 @@
   * @param pm  an object to be used for database access
   * @param schemaName name of database schema that contains the table 
   * @param tableName name of table to create DAO for
   * @return java source code of DAO
   * @return java source code of DTO
   */
  public String generateDAO(PersistenceManager pm, String schemaName, String tableName) {
    return generateDTO(pm, schemaName, tableName);