Skip to content

Commit fd8c9ac

Browse files
add TODO (#79)
1 parent af95f16 commit fd8c9ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

active-record/src/main/java/com/iluwatar/activerecord/RecordBase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ protected Connection getConnection() {
6060
protected abstract String getTableName();
6161

6262
/**
63+
* TODO: An INSERT statement has to be constructed based on the fields
64+
* and not hardcoded in the domain models themselves.
6365
* Constructs an INSERT query which is being used for an insertion purposes.
6466
*
6567
* @return an insertion query.

0 commit comments

Comments
 (0)