Package | Description |
---|---|
org.hibernate.envers.query.order | |
org.hibernate.envers.tools |
Modifier and Type | Method and Description |
---|---|
Pair<String,Boolean> |
AuditOrder.getData(AuditConfiguration auditCfg) |
Pair<String,Boolean> |
PropertyAuditOrder.getData(AuditConfiguration auditCfg) |
Modifier and Type | Method and Description |
---|---|
static <T1,T2> Pair<T1,T2> |
Pair.make(T1 obj1,
T2 obj2) |
Modifier and Type | Method and Description |
---|---|
static <T> List<Pair<Integer,T>> |
Tools.listToIndexElementPairList(List<T> list)
Transforms a list of arbitrary elements to a list of index-element pairs.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved