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));
|
ArticleRecord article = context.fetchOne(Article.ARTICLE, Article.ARTICLE.ID.eq(1));
|
||||||
article.setTitle("A New Article Title");
|
article.setTitle("A New Article Title");
|
||||||
update(
|
update(article);
|
||||||
article
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void deleteValues(DSLContext context) {
|
private void deleteValues(DSLContext context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user