org.hibernate.envers.query.criteria
Class AuditRelatedId
java.lang.Object
   org.hibernate.envers.query.criteria.AuditRelatedId
org.hibernate.envers.query.criteria.AuditRelatedId
- public class AuditRelatedId 
- extends Object
Create restrictions on an id of an entity related to an audited entity.
- Author:
- Adam Warski (adam at warski dot org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AuditRelatedId
public AuditRelatedId(PropertyNameGetter propertyNameGetter)
eq
public AuditCriterion eq(Object id)
- Apply an "equal" constraint
 
- 
 
ne
public AuditCriterion ne(Object id)
- Apply a "not equal" constraint
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.