Package | Description |
---|---|
org.hibernate.envers | |
org.hibernate.envers.query.order | |
org.hibernate.envers.reader | |
org.hibernate.envers.tools |
Modifier and Type | Method and Description |
---|---|
Set<Pair<String,Class>> |
CrossTypeRevisionChangesReader.findEntityTypes(Number revision)
Returns set of entity names and corresponding Java classes modified in a given revision.
|
Modifier and Type | Method and Description |
---|---|
Pair<String,Boolean> |
PropertyAuditOrder.getData(AuditConfiguration auditCfg) |
Pair<String,Boolean> |
AuditOrder.getData(AuditConfiguration auditCfg) |
Modifier and Type | Method and Description |
---|---|
Set<Pair<String,Class>> |
CrossTypeRevisionChangesReaderImpl.findEntityTypes(Number revision) |
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 © 2018 JBoss by Red Hat. All rights reserved.