Class ExistsPredicate

    • Constructor Detail

      • ExistsPredicate

        public ExistsPredicate​(Select selectQuery)
        Creates a new instance of ExistsPredicate.
        Parameters:
        selectQuery - sub select query
    • Method Detail

      • getSelectQuery

        public Select getSelectQuery()
        Returns the sub select query in the EXISTS predicate.
        Returns:
        sub select query