|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleConstraint
SimpleConstraint
Field Summary |
---|
Fields inherited from interface org.apache.maven.archiva.database.Constraint |
---|
ASCENDING, DESCENDING |
Method Summary | |
---|---|
java.lang.String |
getCountSql()
|
java.lang.Object[] |
getParameters()
Get the parameters used for this query. |
java.lang.Class<?> |
getResultClass()
For simple Constraints the results class must be specified. |
java.lang.String |
getSelectSql()
Get the SELECT query value for the constraint. |
boolean |
isResultsPersistable()
When working with result classes that are not persistable, it is advisable to tell the underlying DAO to not do the persistable related efforts. |
Methods inherited from interface org.apache.maven.archiva.database.Constraint |
---|
getFetchLimits |
Method Detail |
---|
java.lang.Object[] getParameters()
java.lang.String getSelectSql()
java.lang.Class<?> getResultClass()
boolean isResultsPersistable()
java.lang.String getCountSql()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |