| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.envers.query.criteria.AuditId
public class AuditId
Create restrictions and projections for the id of an audited entity.
| Constructor Summary | |
|---|---|
| AuditId() | |
| Method Summary | |
|---|---|
|  AuditProjection | count(String idPropertyName)Projection counting the values TODO: idPropertyName isn't needed, should be read from the configuration | 
|  AuditCriterion | eq(Object id)Apply an "equal" constraint | 
|  AuditCriterion | ne(Object id)Apply a "not equal" constraint | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AuditId()
| Method Detail | 
|---|
public AuditCriterion eq(Object id)
public AuditCriterion ne(Object id)
public AuditProjection count(String idPropertyName)
idPropertyName - Name of the identifier property| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||