|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.envers.query.RevisionProperty
public class RevisionProperty
| Method Summary | |
|---|---|
static org.jboss.envers.query.order.VersionsOrder |
asc()
Sort the results by revision in ascending order |
static org.jboss.envers.query.projection.VersionsProjection |
count()
Count revisions |
static org.jboss.envers.query.projection.VersionsProjection |
countDistinct()
Count distinct revisions |
static org.jboss.envers.query.order.VersionsOrder |
desc()
Sort the results by revision in descending order |
static org.jboss.envers.query.criteria.VersionsCriterion |
ge(java.lang.Integer revision)
Apply a "greater than or equal" constraint on the revision number |
Projection |
getProjection(java.lang.String entityName,
org.jboss.envers.reader.VersionsReaderImplementor versionsReader)
|
static org.jboss.envers.query.criteria.VersionsCriterion |
gt(java.lang.Integer revision)
Apply a "greater than" constraint on the revision number |
static org.jboss.envers.query.criteria.VersionsCriterion |
le(java.lang.Integer revision)
Apply a "less than or equal" constraint on the revision number |
static org.jboss.envers.query.criteria.VersionsCriterion |
lt(java.lang.Integer revision)
Apply a "less than" constraint on the revision number |
static org.jboss.envers.query.projection.VersionsProjection |
max()
Select the maximum revision |
static org.jboss.envers.query.projection.VersionsProjection |
min()
Select the minimum revision |
static org.jboss.envers.query.projection.VersionsProjection |
revisionNumber()
Select the revision number |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.jboss.envers.query.criteria.VersionsCriterion gt(java.lang.Integer revision)
public static org.jboss.envers.query.criteria.VersionsCriterion ge(java.lang.Integer revision)
public static org.jboss.envers.query.criteria.VersionsCriterion lt(java.lang.Integer revision)
public static org.jboss.envers.query.criteria.VersionsCriterion le(java.lang.Integer revision)
public static org.jboss.envers.query.order.VersionsOrder asc()
public static org.jboss.envers.query.order.VersionsOrder desc()
public static org.jboss.envers.query.projection.VersionsProjection max()
public static org.jboss.envers.query.projection.VersionsProjection min()
public static org.jboss.envers.query.projection.VersionsProjection count()
public static org.jboss.envers.query.projection.VersionsProjection countDistinct()
public static org.jboss.envers.query.projection.VersionsProjection revisionNumber()
public Projection getProjection(java.lang.String entityName,
org.jboss.envers.reader.VersionsReaderImplementor versionsReader)
getProjection in interface org.jboss.envers.query.projection.VersionsProjection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||