QueryBuilder<DbNip05, String, QAfterProperty> idProperty() { return QueryBuilder.apply(this, (query) { return query.addProperty(1); }); }