Package step.core.ql

Class OQLFilterBuilder


  • public class OQLFilterBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static step.core.collections.Filter getFilter​(java.lang.String expression)  
      static step.core.collections.PojoFilter<java.lang.Object> getPojoFilter​(java.lang.String expression)  
      • Methods inherited from class java.lang.Object

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

      • OQLFilterBuilder

        public OQLFilterBuilder()
    • Method Detail

      • getFilter

        public static step.core.collections.Filter getFilter​(java.lang.String expression)
      • getPojoFilter

        public static step.core.collections.PojoFilter<java.lang.Object> getPojoFilter​(java.lang.String expression)