public interface CrudProvider
| Modifier and Type | Method and Description |
|---|---|
<T extends TableRow> |
create(java.sql.Connection c,
UpdateContext<T> ctx) |
<T extends TableRow> |
delete(java.sql.Connection c,
UpdateContext<T> ctx) |
<T extends TableRow> |
readMany(QueryContext<T> ctx) |
<T extends TableRow> |
readOne(QueryContext<T> ctx) |
<T extends TableRow> |
update(java.sql.Connection c,
UpdateContext<T> ctx) |
<T extends TableRow> void create(java.sql.Connection c, UpdateContext<T> ctx)
<T extends TableRow> T readOne(QueryContext<T> ctx)
<T extends TableRow> java.util.List<T> readMany(QueryContext<T> ctx)
<T extends TableRow> void update(java.sql.Connection c, UpdateContext<T> ctx)
<T extends TableRow> void delete(java.sql.Connection c, UpdateContext<T> ctx)
Copyright © 2023. All rights reserved.