public interface DbmsColumnHandler
Modifier and Type | Method and Description |
---|---|
Predicate<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<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<Column> excludedInInsertStatement()
Predicate<Column> excludedInUpdateStatement()
Copyright © 2017 Speedment, Inc.. All rights reserved.