|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constraint | |
|---|---|
| org.apache.ojb.soda | |
| org.odbms | |
| Uses of Constraint in org.apache.ojb.soda |
|---|
| Classes in org.apache.ojb.soda that implement Constraint | |
|---|---|
class |
ConstraintImpl
|
| Methods in org.apache.ojb.soda that return Constraint | |
|---|---|
Constraint |
ConstraintImpl.and(Constraint andWith)
|
Constraint |
QueryImpl.constrain(Object example)
|
Constraint |
ConstraintImpl.contains()
|
Constraint |
ConstraintImpl.equal()
|
Constraint |
ConstraintImpl.greater()
|
Constraint |
ConstraintImpl.greaterOrEqual()
|
Constraint |
ConstraintImpl.identity()
|
Constraint |
ConstraintImpl.is()
|
Constraint |
ConstraintImpl.like()
|
Constraint |
ConstraintImpl.not()
|
Constraint |
ConstraintImpl.or(Constraint orWith)
|
Constraint |
ConstraintImpl.smaller()
|
Constraint |
ConstraintImpl.smallerOrEqual()
|
| Methods in org.apache.ojb.soda with parameters of type Constraint | |
|---|---|
Constraint |
ConstraintImpl.and(Constraint andWith)
|
Constraint |
ConstraintImpl.or(Constraint orWith)
|
| Uses of Constraint in org.odbms |
|---|
| Methods in org.odbms that return Constraint | |
|---|---|
Constraint |
Constraint.and(Constraint andWith)
links two Constraints for AND evaluation |
Constraint |
Query.constrain(Object example)
adds a constraint to this node. |
Constraint |
Constraint.contains()
sets the evaluation mode to containment comparison |
Constraint |
Constraint.equal()
sets the evaluation mode to "==" |
Constraint |
Constraint.greater()
sets the evaluation mode to ">" |
Constraint |
Constraint.greaterOrEqual()
sets the evaluation mode to ">=" |
Constraint |
Constraint.identity()
sets the evaluation mode to identity comparison |
Constraint |
Constraint.is()
turns off not() comparison |
Constraint |
Constraint.like()
sets the evaluation mode to "like" comparison |
Constraint |
Constraint.not()
turns on not() comparison |
Constraint |
Constraint.or(Constraint orWith)
links two Constraints for OR evaluation |
Constraint |
Constraint.smaller()
sets the evaluation mode to "<" |
Constraint |
Constraint.smallerOrEqual()
sets the evaluation mode to "<=" |
| Methods in org.odbms with parameters of type Constraint | |
|---|---|
Constraint |
Constraint.and(Constraint andWith)
links two Constraints for AND evaluation |
Constraint |
Constraint.or(Constraint orWith)
links two Constraints for OR evaluation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||