public interface ValueForNullProvider
Modifier and Type | Method and Description |
---|---|
List<String> |
createSql(DbEntity entity,
DbAttribute column) |
boolean |
hasValueFor(DbEntity entity,
DbAttribute column) |
boolean hasValueFor(DbEntity entity, DbAttribute column)
List<String> createSql(DbEntity entity, DbAttribute column)
List
of sql to set value for nullCopyright © 2001–2018 Apache Cayenne. All rights reserved.