|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.cpa.persistence.sql.query.QueryObject
org.castor.cpa.persistence.sql.query.Qualifier
public abstract class Qualifier
Abstract base class for all qualifiers.
Constructor Summary | |
---|---|
protected |
Qualifier(java.lang.String name)
Construct a qualifier with given name. |
Method Summary | |
---|---|
Column |
column(java.lang.String name)
Builder method to create a column with given name belonging to this qualifier. |
java.lang.String |
name()
Returns name of the qualifier. |
void |
toString(QueryContext ctx)
Append a string representation of the object to the given QueryContext. |
Methods inherited from class org.castor.cpa.persistence.sql.query.QueryObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Qualifier(java.lang.String name)
name
- Name of the qualifier.Method Detail |
---|
public final java.lang.String name()
public final Column column(java.lang.String name)
name
- Name of the column.
public final void toString(QueryContext ctx)
QueryObject
toString
in class QueryObject
ctx
- QueryContext to append the string representation of the object to.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |