Uses of Class
org.hibernate.envers.tools.Pair
-
Packages that use Pair 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 -
-
Uses of Pair in org.hibernate.envers
Methods in org.hibernate.envers that return types with arguments of type Pair Modifier and Type Method Description Set<Pair<String,Class>>
CrossTypeRevisionChangesReader. findEntityTypes(Number revision)
Returns set of entity names and corresponding Java classes modified in a given revision. -
Uses of Pair in org.hibernate.envers.internal.reader
Methods in org.hibernate.envers.internal.reader that return types with arguments of type Pair Modifier and Type Method Description Set<Pair<String,Class>>
CrossTypeRevisionChangesReaderImpl. findEntityTypes(Number revision)
-
Uses of Pair in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools that return types with arguments of type Pair Modifier and Type Method 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. -
Uses of Pair in org.hibernate.envers.query.internal.impl
Fields in org.hibernate.envers.query.internal.impl with type parameters of type Pair Modifier and Type Field Description protected List<Pair<String,AuditProjection>>
AbstractAuditQuery. projections
-
Uses of Pair in org.hibernate.envers.tools
Methods in org.hibernate.envers.tools that return Pair Modifier and Type Method Description static <T1,T2>
Pair<T1,T2>Pair. make(T1 obj1, T2 obj2)
-