public class EmptyValueForNullProvider extends Object implements ValueForNullProvider
ValueForNullProvider that are not able to provide any values.| Constructor and Description |
|---|
EmptyValueForNullProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
createSql(DbEntity entity,
DbAttribute column) |
boolean |
hasValueFor(DbEntity entity,
DbAttribute column) |
public List<String> createSql(DbEntity entity, DbAttribute column)
createSql in interface ValueForNullProviderList of sql to set value for nullpublic boolean hasValueFor(DbEntity entity, DbAttribute column)
hasValueFor in interface ValueForNullProviderCopyright © 2001–2019 Apache Cayenne. All rights reserved.