Class NullConstants

java.lang.Object
com.onenetwork.platform.data.model.NullConstants

public class NullConstants
extends java.lang.Object
These constants should be used in write APIs to signal that a value in the DB should be forcibly set to null. (The default behavior of Model write operations is to leave "true null" fields untouched in the DB, and nullify the DB value only if one of these NULL constants is supplied.)

These values will never be returned from a Model read API, they are purely used by clients during write operations.