Class AbstractField

    • Constructor Detail

      • AbstractField

        public AbstractField()
    • Method Detail

      • field

        public final Field field​(java.lang.String name)
        The method for field object creation of query objects.
        Specified by:
        field in interface Field
        Parameters:
        name - the String name
        Returns:
        the field
      • in

        public final InCondition in()
        In.
        Specified by:
        in in interface Field
        Returns:
        the in condition
      • notIn

        public final InCondition notIn()
        Not in.
        Specified by:
        notIn in interface Field
        Returns:
        the in condition
      • isNull

        public final Condition isNull()
        Checks if is null.
        Specified by:
        isNull in interface Field
        Returns:
        the condition
      • isNotNull

        public final Condition isNotNull()
        Checks if is not null.
        Specified by:
        isNotNull in interface Field
        Returns:
        the condition