A B C D E F G H I L M N O R S T U V

A

add(VersionsCriterion) - Method in interface org.jboss.envers.query.VersionsQuery
 
addOrder(String, boolean) - Method in interface org.jboss.envers.query.VersionsQuery
 
addOrder(VersionsOrder) - Method in interface org.jboss.envers.query.VersionsQuery
 
addProjection(String, String) - Method in interface org.jboss.envers.query.VersionsQuery
 
addProjection(VersionsProjection) - Method in interface org.jboss.envers.query.VersionsQuery
 
and(VersionsCriterion, VersionsCriterion) - Static method in class org.jboss.envers.query.VersionsRestrictions
Return the conjuction of two expressions
asc() - Static method in class org.jboss.envers.query.RevisionProperty
Sort the results by revision in ascending order

B

between(String, Object, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "between" constraint to the named property

C

conjunction() - Static method in class org.jboss.envers.query.VersionsRestrictions
Group expressions together in a single conjunction (A and B and C...)
count() - Static method in class org.jboss.envers.query.RevisionProperty
Count revisions
countDistinct() - Static method in class org.jboss.envers.query.RevisionProperty
Count distinct revisions
createQuery() - Method in interface org.jboss.envers.VersionsReader
 

D

DefaultRevisionEntity - Class in org.jboss.envers
 
DefaultRevisionEntity() - Constructor for class org.jboss.envers.DefaultRevisionEntity
 
desc() - Static method in class org.jboss.envers.query.RevisionProperty
Sort the results by revision in descending order
disjunction() - Static method in class org.jboss.envers.query.VersionsRestrictions
Group expressions together in a single disjunction (A or B or C...)
distinct() - Static method in class org.jboss.envers.query.RevisionProperty
Distinct revisions

E

eq(String, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply an "equal" constraint to the named property
eqProperty(String, String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply an "equal" constraint to two properties
equals(Object) - Method in class org.jboss.envers.DefaultRevisionEntity
 

F

find(Class<T>, Object, Number) - Method in interface org.jboss.envers.VersionsReader
Find an entity by primary key at the given revision.
findRevision(Class<T>, Number) - Method in interface org.jboss.envers.VersionsReader
A helper method; should be used only if a custom revision entity is used.
forEntitiesAtRevision(Class<?>, Number) - Method in class org.jboss.envers.query.VersionsQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision.
forRevisionsOfEntity(Class<?>, boolean, boolean) - Method in class org.jboss.envers.query.VersionsQueryCreator
Creates a query, which selects the revisions, at which the given entity was modified.
fromRepresentation(Object) - Static method in enum org.jboss.envers.RevisionType
 

G

ge(Integer) - Static method in class org.jboss.envers.query.RevisionProperty
Apply a "greater than or equal" constraint on the revision number
ge(String, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "greater than or equal" constraint to the named property
geProperty(String, String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "greater than or equal" constraint to two properties
get(Session) - Static method in class org.jboss.envers.VersionsReaderFactory
Create a versions reader associated with an open session.
getData(VersionsConfiguration) - Method in class org.jboss.envers.query.RevisionProperty
 
getData(VersionsConfiguration) - Method in class org.jboss.envers.query.RevisionTypeProperty
 
getDate() - Method in class org.jboss.envers.exception.RevisionDoesNotExistException
 
getEntityName() - Method in class org.jboss.envers.exception.NotVersionedException
 
getId() - Method in class org.jboss.envers.DefaultRevisionEntity
 
getRepresentation() - Method in enum org.jboss.envers.RevisionType
 
getResultList() - Method in interface org.jboss.envers.query.VersionsQuery
 
getRevision() - Method in class org.jboss.envers.exception.RevisionDoesNotExistException
 
getRevisionDate() - Method in class org.jboss.envers.DefaultRevisionEntity
 
getRevisionDate(Number) - Method in interface org.jboss.envers.VersionsReader
Get the date, at which a revision was created.
getRevisionNumberForDate(Date) - Method in interface org.jboss.envers.VersionsReader
Gets the revision number, that corresponds to the given date.
getRevisions(Class<?>, Object) - Method in interface org.jboss.envers.VersionsReader
Get a list of revision numbers, at which an entity was modified.
getSingleResult() - Method in interface org.jboss.envers.query.VersionsQuery
 
getTimestamp() - Method in class org.jboss.envers.DefaultRevisionEntity
 
gt(Integer) - Static method in class org.jboss.envers.query.RevisionProperty
Apply a "greater than" constraint on the revision number
gt(String, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "greater than" constraint to the named property
gtProperty(String, String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "greater than" constraint to two properties

H

hashCode() - Method in class org.jboss.envers.DefaultRevisionEntity
 

I

idEq(Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply an "equal" constraint to the identifier property.
in(String, Object[]) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply an "in" constraint to the named property
in(String, Collection) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply an "in" constraint to the named property
isNotNull(String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply an "is not null" constraint to the named property
isNull(String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply an "is null" constraint to the named property

L

le(Integer) - Static method in class org.jboss.envers.query.RevisionProperty
Apply a "less than or equal" constraint on the revision number
le(String, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "less than or equal" constraint to the named property
leProperty(String, String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "less than or equal" constraint to two properties
like(String, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "like" constraint to the named property
like(String, String, MatchMode) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "like" constraint to the named property
lt(Integer) - Static method in class org.jboss.envers.query.RevisionProperty
Apply a "less than" constraint on the revision number
lt(String, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "less than" constraint to the named property
ltProperty(String, String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "less than" constraint to two properties

M

max() - Static method in class org.jboss.envers.query.RevisionProperty
Select the maximum revision
maximizeProperty(String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "maximalize property" constraint.
min() - Static method in class org.jboss.envers.query.RevisionProperty
Select the minimum revision
minimizeProperty(String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "minimize property" constraint.
ModificationStore - Enum in org.jboss.envers
 

N

ne(String, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "not equal" constraint to the named property
neProperty(String, String) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "not equal" constraint to two properties
newRevision(Object) - Method in interface org.jboss.envers.RevisionListener
Called when a new revision is created.
not(VersionsCriterion) - Static method in class org.jboss.envers.query.VersionsRestrictions
Return the negation of an expression
NotVersionedException - Class in org.jboss.envers.exception
 
NotVersionedException(String, String) - Constructor for class org.jboss.envers.exception.NotVersionedException
 

O

or(VersionsCriterion, VersionsCriterion) - Static method in class org.jboss.envers.query.VersionsRestrictions
Return the disjuction of two expressions
org.jboss.envers - package org.jboss.envers
 
org.jboss.envers.exception - package org.jboss.envers.exception
 
org.jboss.envers.query - package org.jboss.envers.query
 

R

relatedIdEq(String, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply an "equal" constraint on an id of a related entity
relatedIdNe(String, Object) - Static method in class org.jboss.envers.query.VersionsRestrictions
Apply a "not equal" constraint to the named property
RevisionDoesNotExistException - Class in org.jboss.envers.exception
 
RevisionDoesNotExistException(Number) - Constructor for class org.jboss.envers.exception.RevisionDoesNotExistException
 
RevisionDoesNotExistException(Date) - Constructor for class org.jboss.envers.exception.RevisionDoesNotExistException
 
RevisionEntity - Annotation Type in org.jboss.envers
Marks an entity to be created whenever a new revision is generated.
RevisionListener - Interface in org.jboss.envers
An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
revisionNumber() - Static method in class org.jboss.envers.query.RevisionProperty
Projection the revision number
RevisionNumber - Annotation Type in org.jboss.envers
Marks a property which will hold the number of the revision in a revision entity, see RevisionListener.
RevisionProperty - Class in org.jboss.envers.query
 
RevisionTimestamp - Annotation Type in org.jboss.envers
Marks a property which will hold the timestamp of the revision in a revision entity, see RevisionListener.
revisionType() - Static method in class org.jboss.envers.query.RevisionTypeProperty
Projection on the revision type
RevisionType - Enum in org.jboss.envers
Type of the revision.
RevisionTypeProperty - Class in org.jboss.envers.query
 

S

SecondaryVersionsTable - Annotation Type in org.jboss.envers
 
SecondaryVersionsTables - Annotation Type in org.jboss.envers
 
setCacheable(boolean) - Method in interface org.jboss.envers.query.VersionsQuery
 
setCacheMode(CacheMode) - Method in interface org.jboss.envers.query.VersionsQuery
 
setCacheRegion(String) - Method in interface org.jboss.envers.query.VersionsQuery
 
setComment(String) - Method in interface org.jboss.envers.query.VersionsQuery
 
setFirstResult(int) - Method in interface org.jboss.envers.query.VersionsQuery
 
setFlushMode(FlushMode) - Method in interface org.jboss.envers.query.VersionsQuery
 
setId(int) - Method in class org.jboss.envers.DefaultRevisionEntity
 
setLockMode(LockMode) - Method in interface org.jboss.envers.query.VersionsQuery
 
setMaxResults(int) - Method in interface org.jboss.envers.query.VersionsQuery
 
setTimeout(int) - Method in interface org.jboss.envers.query.VersionsQuery
 
setTimestamp(long) - Method in class org.jboss.envers.DefaultRevisionEntity
 

T

toString() - Method in class org.jboss.envers.DefaultRevisionEntity
 

U

Unversioned - Annotation Type in org.jboss.envers
When applied to a field, indicates that this field should not be versioned.

V

valueOf(String) - Static method in enum org.jboss.envers.ModificationStore
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.envers.RevisionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.envers.ModificationStore
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.envers.RevisionType
Returns an array containing the constants of this enum type, in the order they're declared.
Versioned - Annotation Type in org.jboss.envers
When applied to a class, indicates that all of its properties should be versioned.
VersionsException - Class in org.jboss.envers.exception
 
VersionsException(String) - Constructor for class org.jboss.envers.exception.VersionsException
 
VersionsException(String, Throwable) - Constructor for class org.jboss.envers.exception.VersionsException
 
VersionsException(Throwable) - Constructor for class org.jboss.envers.exception.VersionsException
 
VersionsJoinTable - Annotation Type in org.jboss.envers
 
VersionsQuery - Interface in org.jboss.envers.query
 
VersionsQueryCreator - Class in org.jboss.envers.query
 
VersionsQueryCreator(VersionsConfiguration, VersionsReaderImplementor) - Constructor for class org.jboss.envers.query.VersionsQueryCreator
 
VersionsReader - Interface in org.jboss.envers
 
VersionsReaderFactory - Class in org.jboss.envers
 
VersionsRestrictions - Class in org.jboss.envers.query
TODO: ilike
VersionsTable - Annotation Type in org.jboss.envers
 

A B C D E F G H I L M N O R S T U V