|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.maven.archiva.database.constraints.AbstractDeclarativeConstraint
public abstract class AbstractDeclarativeConstraint
AbstractDeclarativeConstraint
| Field Summary | |
|---|---|
protected java.lang.String[] |
declImports
|
protected java.lang.String[] |
declParams
|
protected java.lang.Object[] |
params
|
protected int[] |
range
|
protected java.lang.String |
sortDirection
|
protected java.lang.String[] |
variables
|
| Fields inherited from interface org.apache.maven.archiva.database.Constraint |
|---|
ASCENDING, DESCENDING |
| Constructor Summary | |
|---|---|
AbstractDeclarativeConstraint()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String[] |
getDeclaredImports()
Get the declared imports used for this query. |
java.lang.String[] |
getDeclaredParameters()
Get the declared parameters used for this query. |
java.lang.String |
getFetchLimits()
Get the fetch limits on the object. |
java.lang.String |
getFilter()
The JDOQL filter to apply to the query. |
java.lang.Object[] |
getParameters()
Get the parameters used for this query. |
int[] |
getRange()
Get the declared range used for this query. |
java.lang.String |
getSortDirection()
Get the sort direction name. |
java.lang.String[] |
getVariables()
Get the variables used within the query. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.maven.archiva.database.DeclarativeConstraint |
|---|
getSortColumn, getWhereCondition |
| Field Detail |
|---|
protected java.lang.String[] declImports
protected java.lang.String[] declParams
protected java.lang.String[] variables
protected java.lang.Object[] params
protected int[] range
protected java.lang.String sortDirection
| Constructor Detail |
|---|
public AbstractDeclarativeConstraint()
| Method Detail |
|---|
public java.lang.String getFilter()
DeclarativeConstraint
getFilter in interface DeclarativeConstraintpublic java.lang.String getFetchLimits()
Constraint
getFetchLimits in interface Constraintpublic java.lang.String[] getDeclaredImports()
DeclarativeConstraint
getDeclaredImports in interface DeclarativeConstraintpublic java.lang.String[] getDeclaredParameters()
DeclarativeConstraint
getDeclaredParameters in interface DeclarativeConstraintpublic java.lang.Object[] getParameters()
DeclarativeConstraintDeclarativeConstraint.getDeclaredParameters() )
NOTE: This is DAO implementation specific.
getParameters in interface DeclarativeConstraintpublic java.lang.String getSortDirection()
DeclarativeConstraint
getSortDirection in interface DeclarativeConstraintDeclarativeConstraint.getSortColumn() is specified.)public java.lang.String[] getVariables()
DeclarativeConstraint
getVariables in interface DeclarativeConstraintpublic int[] getRange()
DeclarativeConstraint
getRange in interface DeclarativeConstraintpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||