| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method and Description |
|---|---|
LikeBuilder<T> |
RestrictionBuilder.like()
Like
RestrictionBuilder.like(boolean) with caseSensitive = true. |
LikeBuilder<T> |
RestrictionBuilder.like(boolean caseSensitive)
Creates a
LikeBuilder for building a like predicate. |
LikeBuilder<T> |
RestrictionBuilder.notLike()
Like
RestrictionBuilder.notLike(boolean) with caseSensitive = true. |
LikeBuilder<T> |
RestrictionBuilder.notLike(boolean caseSensitive)
Like
RestrictionBuilder.like(boolean) but the resulting like predicate is negated. |
Copyright © 2016 Blazebit. All Rights Reserved.