BAEL-4520 Getting Started with jOOQ (#10101)
Co-authored-by: Krzysztof Majewski <krzysztof.majewski.km1@contractors.roche.com>
This commit is contained in:
parent
664d170cf4
commit
42141b8889
|
@ -98,9 +98,7 @@ public class CrudExamples {
|
|||
|
||||
ArticleRecord article = context.fetchOne(Article.ARTICLE, Article.ARTICLE.ID.eq(1));
|
||||
article.setTitle("A New Article Title");
|
||||
update(
|
||||
article
|
||||
);
|
||||
update(article);
|
||||
}
|
||||
|
||||
private void deleteValues(DSLContext context) {
|
||||
|
|
Loading…
Reference in New Issue