Class WhereClauseContribution

java.lang.Object
com.onenetwork.platform.data.model.perm.WhereClauseContribution

public class WhereClauseContribution
extends java.lang.Object
A SQL fragment to be added to the where clause of a query to apply in ModelAPIPlugin and ModelAPI
  • Constructor Summary

    Constructors 
    Constructor Description
    WhereClauseContribution()  
  • Method Summary

    Modifier and Type Method Description
    SqlParams getParams()  
    java.lang.String getWhere()  
    void setParams​(SqlParams params)  
    void setWhere​(java.lang.String where)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getWhere

      public java.lang.String getWhere()
      Returns:
      the where
    • setWhere

      public void setWhere​(java.lang.String where)
      Parameters:
      where - the where to set
    • setParams

      public void setParams​(SqlParams params)
      Parameters:
      params - the params to set
    • getParams

      public SqlParams getParams()
      Returns:
      the params