Skip to content

Commit 69e478f

Browse files
committed
Remove the TODO in the JpaMapping
There is no right or wrong in this case.
1 parent 8814421 commit 69e478f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PgBulkInsert/pgbulkinsert-jpa/src/main/java/de/bytefish/pgbulkinsert/jpa

PgBulkInsert/pgbulkinsert-jpa/src/main/java/de/bytefish/pgbulkinsert/jpa/JpaMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private void internalMapFields(Class<TEntity> entityClass, IPostgresTypeMapping
113113
Type fieldType = f.getType();
114114
Method fieldGetter = findGetter(getters, f.getName());
115115

116-
// TODO What should we do, if the Getter is null? Let it crash or just go to the next one?
116+
// Silent continue. We could probably add a little logging at least...
117117
if (fieldGetter == null) {
118118
continue;
119119
}

0 commit comments

Comments
 (0)