We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af95f16 commit fd8c9acCopy full SHA for fd8c9ac
active-record/src/main/java/com/iluwatar/activerecord/RecordBase.java
@@ -60,6 +60,8 @@ protected Connection getConnection() {
60
protected abstract String getTableName();
61
62
/**
63
+ * TODO: An INSERT statement has to be constructed based on the fields
64
+ * and not hardcoded in the domain models themselves.
65
* Constructs an INSERT query which is being used for an insertion purposes.
66
*
67
* @return an insertion query.
0 commit comments