Package | Description |
---|---|
org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
Modifier and Type | Method and Description |
---|---|
ConditionFragment |
ConditionFragment.setCondition(java.lang.String[] lhs,
java.lang.String rhs) |
ConditionFragment |
ConditionFragment.setCondition(java.lang.String[] lhs,
java.lang.String[] rhs) |
ConditionFragment |
ConditionFragment.setOp(java.lang.String op)
Sets the op.
|
ConditionFragment |
ConditionFragment.setTableAlias(java.lang.String tableAlias)
Sets the tableAlias.
|
Modifier and Type | Method and Description |
---|---|
DisjunctionFragment |
DisjunctionFragment.addCondition(ConditionFragment fragment) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.