Class NotNullHandler

java.lang.Object
com.sap.cds.services.impl.persistence.NotNullHandler
All Implemented Interfaces:
EventHandler

public class NotNullHandler extends Object implements EventHandler
Handler class to check not null elements. Adding not null to an element leads to a database constraint check. This handler is mainly there to improve the error message in case such an element is set to null
  • Constructor Details

    • NotNullHandler

      public NotNullHandler()
  • Method Details