| Package | Description |
|---|---|
| com.speedment.runtime.core.db |
Establishing and maintaining the database connection is handled by the
classes in this package.
|
| Modifier and Type | Method and Description |
|---|---|
default SqlPredicate<T> |
SqlPredicate.and(SqlPredicate<? super T> other) |
default SqlPredicate<T> |
SqlPredicate.negate() |
default SqlPredicate<T> |
SqlPredicate.or(Predicate<? super T> other) |
static <T> SqlPredicate<T> |
SqlPredicate.wrap(Predicate<T> inner) |
| Modifier and Type | Method and Description |
|---|---|
default SqlPredicate<T> |
SqlPredicate.and(SqlPredicate<? super T> other) |
Copyright © 2019 Speedment, Inc.. All rights reserved.