| Package | Description |
|---|---|
| org.springframework.data.relational.core.sql |
Statement Builder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static IsNull |
IsNull.create(Expression expression)
Creates a new
IsNull expression. |
IsNull |
Column.isNull()
Creates a
IS NULL condition. |
static IsNull |
Conditions.isNull(Expression expression)
Creates a
IS NULL condition. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.