|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VersionsQuery | |
|---|---|
| org.jboss.envers.query | |
| Uses of VersionsQuery in org.jboss.envers.query |
|---|
| Methods in org.jboss.envers.query that return VersionsQuery | |
|---|---|
VersionsQuery |
VersionsQuery.add(org.jboss.envers.query.criteria.VersionsCriterion criterion)
|
VersionsQuery |
VersionsQuery.addOrder(Order order)
|
VersionsQuery |
VersionsQueryCreator.forEntitiesAtRevision(java.lang.Class<?> c,
java.lang.Number revision)
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision. |
VersionsQuery |
VersionsQueryCreator.forRevisionsOfEntity(java.lang.Class<?> c,
boolean selectEntitiesOnly)
Creates a query, which will return a list of two-element arrays, containing the entity instance and the number of the revision (unless a projection is set), at which instances of the given entity were modified, and which satisfy some conditions. |
VersionsQuery |
VersionsQuery.setCacheable(boolean cacheable)
|
VersionsQuery |
VersionsQuery.setCacheMode(CacheMode cacheMode)
|
VersionsQuery |
VersionsQuery.setCacheRegion(java.lang.String cacheRegion)
|
VersionsQuery |
VersionsQuery.setComment(java.lang.String comment)
|
VersionsQuery |
VersionsQuery.setFirstResult(int firstResult)
|
VersionsQuery |
VersionsQuery.setFlushMode(FlushMode flushMode)
|
VersionsQuery |
VersionsQuery.setLockMode(LockMode lockMode)
|
VersionsQuery |
VersionsQuery.setMaxResults(int maxResults)
|
VersionsQuery |
VersionsQuery.setProjection(Projection projection)
|
VersionsQuery |
VersionsQuery.setTimeout(int timeout)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||