public class Not<T extends Entity<T>> extends BooleanExpression<T>
| Constructor and Description |
|---|
Not(BooleanExpression<T> e) |
| Modifier and Type | Method and Description |
|---|---|
BooleanExpression<T> |
getExpression() |
and, not, orpublic Not(BooleanExpression<T> e)
public BooleanExpression<T> getExpression()
Copyright © 2012–2022. All rights reserved.