public class AuditId extends Object
| Constructor and Description |
|---|
AuditId() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public AuditCriterion eq(Object id)
public AuditCriterion ne(Object id)
public AuditProjection count(String idPropertyName)
idPropertyName - Name of the identifier propertyCopyright © 2012 JBoss by Red Hat. All Rights Reserved.