public class AuditId
extends java.lang.Object
Constructor and Description |
---|
AuditId() |
Modifier and Type | Method and Description |
---|---|
AuditProjection |
count(java.lang.String idPropertyName)
Projection counting the values
TODO: idPropertyName isn't needed, should be read from the configuration
|
AuditCriterion |
eq(java.lang.Object id)
Apply an "equal" constraint
|
AuditCriterion |
ne(java.lang.Object id)
Apply a "not equal" constraint
|
public AuditCriterion eq(java.lang.Object id)
public AuditCriterion ne(java.lang.Object id)
public AuditProjection count(java.lang.String idPropertyName)
idPropertyName
- Name of the identifier propertyCopyright © 2001-2012 Red Hat, Inc. All Rights Reserved.