ulrich
2020-05-29 c1612663feb6b78f4b42c96f0c962a3c94a76e7a
Doku angepasst
1 files modified
4 ■■■■ changed files
src/de/uhilger/baselink/Util.java 4 ●●●● patch | view | raw | blame | history
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);