| Package | Description |
|---|---|
| net.morimekta.providence.jdbi.v2 |
| Modifier and Type | Method and Description |
|---|---|
static <F extends PField> |
ProvidenceJdbi.columnsFromAllFields()
With all column with default types.
|
static <F extends PField> |
ProvidenceJdbi.withColumn(F field)
With column mapped to field using the field name.
|
static <F extends PField> |
ProvidenceJdbi.withColumn(String name,
F field)
With column mapped to field.
|
| Modifier and Type | Method and Description |
|---|---|
static <M extends PMessage<M,F>,F extends PField> |
ProvidenceJdbi.toMessage(PMessageDescriptor<M,F> descriptor,
ProvidenceJdbi.MappedField<F>... fieldMapping)
Bind to message using row mapper.
|
static <M extends PMessage<M,F>,F extends PField> |
ProvidenceJdbi.toMessage(String tableName,
PMessageDescriptor<M,F> descriptor,
ProvidenceJdbi.MappedField<F>... fieldMapping)
Bind to message using row mapper.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.