Package | Description |
---|---|
sirius.db.jdbc.constraints |
Modifier and Type | Method and Description |
---|---|
Exists |
SQLFilterFactory.existsIn(Mapping outerColumn,
Class<? extends SQLEntity> other,
Mapping innerColumn)
Generates an EXISTS clause: EXISTS(SELECT * FROM other WHERE e.outerColumn = other.innerColumn.
|
Exists |
Exists.where(SQLConstraint constraint)
Adds an additional constraint to further filter the entities which must or must not exist.
|
Copyright © 2018. All rights reserved.