Class LiteralExpression<X>

  • All Implemented Interfaces:
    Serializable, javax.persistence.criteria.Expression, javax.persistence.criteria.Selection, javax.persistence.TupleElement

    public class LiteralExpression<X>
    extends ExpressionImpl
    Representation of a Literal in a criteria query.
    See Also:
    Serialized Form
    • Method Detail

      • getQueryExpression

        public org.datanucleus.store.query.expression.Expression getQueryExpression()
        Description copied from class: ExpressionImpl
        Accessor for the underlying (generic) query expression.
        Overrides:
        getQueryExpression in class ExpressionImpl
        Returns:
        The query expression
      • toString

        public String toString()
        Description copied from class: ExpressionImpl
        Method to print out the expression as it would appear in JPQL single-string form.
        Overrides:
        toString in class ExpressionImpl
        Returns:
        The JPQL single string form of this expression