Package | Description |
---|---|
sirius.db.jdbc.constraints |
Modifier and Type | Method and Description |
---|---|
Like |
Like.contains(String value)
Sepcifies a value which needs to occur anywhere in the target field.
|
Like |
Like.ignoreCase()
Specifies that upper- and lowercase should not be distinguished.
|
Like |
Like.ignoreEmpty()
Permits to skip this constraint if the given filter value is empty.
|
Like |
SQLFilterFactory.like(Mapping fields)
Creates a LIKE constraint for the given field.
|
Like |
Like.matches(String value)
Specifies a value to match in the given field.
|
Like |
Like.startsWith(String value)
Sepcifies a value with which the target field needs to start.
|
Copyright © 2018. All rights reserved.