Class OrPredicate
java.lang.Object
org.apache.openjpa.persistence.query.LogicalPredicate
org.apache.openjpa.persistence.query.OrPredicate
- All Implemented Interfaces:
- Serializable,- Predicate,- Visitable
Denotes (e1 OR e2) predicate.
- Author:
- Pinaki Poddar
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionasJoinable(org.apache.openjpa.persistence.query.AliasContext ctx) Gets the string representation in FROM clause.asProjection(org.apache.openjpa.persistence.query.AliasContext ctx) Gets the string representation in SELECT projection.getAliasHint(org.apache.openjpa.persistence.query.AliasContext ctx) Gets the hint to be used while creating alias.Methods inherited from class org.apache.openjpa.persistence.query.LogicalPredicateand, asExpression, not, orMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.openjpa.persistence.query.VisitableasJoinable, asProjection, getAliasHint
- 
Field Details- 
SPACE- See Also:
 
- 
OPEN_BRACE- See Also:
 
- 
CLOSE_BRACE- See Also:
 
- 
COMMA- See Also:
 
- 
EMPTY- See Also:
 
 
- 
- 
Constructor Details- 
OrPredicate
 
- 
- 
Method Details- 
asProjectionDescription copied from interface:VisitableGets the string representation in SELECT projection.- Specified by:
- asProjectionin interface- Visitable
 
- 
getAliasHintDescription copied from interface:VisitableGets the hint to be used while creating alias.- Specified by:
- getAliasHintin interface- Visitable
 
- 
asJoinableDescription copied from interface:VisitableGets the string representation in FROM clause.- Specified by:
- asJoinablein interface- Visitable
 
 
-