All Downloads are FREE. Search and download functionalities are using the official Maven repository.

1.0.3-SNAPHOST.source-code.Filter.tokens Maven / Gradle / Ivy

Go to download

Preql (Predicate query language) is a project designed to filter JPA collections using client-side expressions.

There is a newer version: 2.0.1
Show newest version
T__0=1
SCOL=2
DOT=3
OPEN_PAR=4
CLOSE_PAR=5
COMMA=6
LT=7
LT_EQ=8
GT=9
GT_EQ=10
EQ=11
NOT_EQ1=12
NOT_EQ2=13
BETWEEN=14
AND=15
OR=16
NOT=17
IN=18
LIKE=19
IS=20
NULL=21
IDENTIFIER=22
SINGLE_LINE_COMMENT=23
MULTILINE_COMMENT=24
SPACES=25
UNEXPECTED_CHAR=26
':'=1
';'=2
'.'=3
'('=4
')'=5
','=6
'<'=7
'<='=8
'>'=9
'>='=10
'='=11
'!='=12
'<>'=13




© 2015 - 2024 Weber Informatics LLC | Privacy Policy