Package | Description |
---|---|
org.hibernate.envers | |
org.hibernate.envers.internal.reader | |
org.hibernate.envers.internal.tools | |
org.hibernate.envers.query.internal.impl | |
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 |
---|---|
Set<Pair<String,Class>> |
CrossTypeRevisionChangesReaderImpl.findEntityTypes(Number revision) |
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.
|
Modifier and Type | Field and Description |
---|---|
protected List<Pair<String,AuditProjection>> |
AbstractAuditQuery.projections |
Modifier and Type | Method and Description |
---|---|
static <T1,T2> Pair<T1,T2> |
Pair.make(T1 obj1,
T2 obj2) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.