Certain primitive types like string UUID, Time, DateTime, DateTimeOffset and Date
have to be converted to UUID, java.sql.Time, java.util.GregorianCalendar, java.sql.Date
since Olingo V2 does not support Java8 date and Time data types.
Certain primitive types like string UUID, Time, DateTime, DateTimeOffset and Date
have to be converted to UUID, java.sql.Time, java.util.GregorianCalendar, java.sql.Date
since Olingo V2 does not support Java8 date and Time data types.
Certain primitive types like UUID, Time, DateTime, DateTimeOffset and Date
have to be converted to String, Instant
since Olingo V2 does not support Java8 date and Time data types.
searchExpr = ( OPEN BWS searchExpr BWS CLOSE / searchTerm )
[ searchOrExpr / searchAndExpr ]
searchOrExpr = RWS 'OR' RWS searchExpr
searchAndExpr = RWS [ 'AND' RWS ] searchExpr
searchTerm = [ 'NOT' RWS ] ( searchPhrase / searchWord )
searchPhrase = quotation-mark 1*qchar-no-AMP-DQUOTE quotation-mark
searchWord = 1*ALPHA ; Actually: any character from the Unicode categories L or Nl,
but not the words AND, OR, and NOT