public interface DbmsColumnHandler
| Modifier and Type | Method and Description |
|---|---|
Predicate<com.speedment.runtime.config.Column> |
excludedInInsertStatement()
By default, all columns are included in SQL INSERT statements, this predicate
allows exclusion from that rule in order to for example exclude auto incremented
fields.
|
Predicate<com.speedment.runtime.config.Column> |
excludedInUpdateStatement()
By default, all columns are included in SQL UPDATE statements, this predicate
allows exclusion from that rule in order to for example exclude auto incremented
fields.
|
Predicate<com.speedment.runtime.config.Column> excludedInInsertStatement()
Predicate<com.speedment.runtime.config.Column> excludedInUpdateStatement()
Copyright © 2019 Speedment, Inc.. All rights reserved.