public class CodegenModelsDatabaseUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
loadTable(Table table) |
List<String> |
loadTables() |
boolean |
loadView(View view) |
List<String> |
loadViews() |
static CodegenModelsDatabaseUtils |
singleton() |
static CodegenModelsDatabaseUtils |
singleton(Connection conn) |
public static CodegenModelsDatabaseUtils singleton(Connection conn)
public static CodegenModelsDatabaseUtils singleton()
public boolean loadTable(Table table)
public boolean loadView(View view)
Copyright © 2020. All rights reserved.