ulrich
2020-12-28 e1568a090ae0b5d6221a38f234945017e6d34c95
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);