|
|||||||||
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 DeclarativeConstraint
public java.lang.String getFetchLimits()
Constraint
getFetchLimits
in interface Constraint
public java.lang.String[] getDeclaredImports()
DeclarativeConstraint
getDeclaredImports
in interface DeclarativeConstraint
public java.lang.String[] getDeclaredParameters()
DeclarativeConstraint
getDeclaredParameters
in interface DeclarativeConstraint
public java.lang.Object[] getParameters()
DeclarativeConstraint
DeclarativeConstraint.getDeclaredParameters()
)
NOTE: This is DAO implementation specific.
getParameters
in interface DeclarativeConstraint
public java.lang.String getSortDirection()
DeclarativeConstraint
getSortDirection
in interface DeclarativeConstraint
DeclarativeConstraint.getSortColumn()
is specified.)public java.lang.String[] getVariables()
DeclarativeConstraint
getVariables
in interface DeclarativeConstraint
public int[] getRange()
DeclarativeConstraint
getRange
in interface DeclarativeConstraint
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |