Class NumericLiteral

java.lang.Object
org.springframework.data.relational.core.sql.Literal<Number>
org.springframework.data.relational.core.sql.NumericLiteral
All Implemented Interfaces:
Expression, Segment, Visitable

public class NumericLiteral extends Literal<Number>
Represents a Number literal.
Since:
1.1
Author:
Mark Paluch