Interface | Description |
---|---|
AbstractPersistentCollection.DelayedOperation |
Contract for operations which are part of a collection's operation queue.
|
AbstractPersistentCollection.LazyInitializationWork<T> |
Class | Description |
---|---|
AbstractPersistentCollection |
Base class implementing
PersistentCollection |
PersistentArrayHolder |
A persistent wrapper for an array.
|
PersistentBag |
An unordered, unkeyed collection that can contain the same element
multiple times.
|
PersistentElementHolder | Deprecated
To be removed in 5.
|
PersistentIdentifierBag |
An IdentifierBag implements "bag" semantics more efficiently than
a regular Bag by adding a synthetic identifier column to the
table.
|
PersistentIndexedElementHolder | Deprecated
To be removed in 5.
|
PersistentIndexedElementHolder.IndexedValue | |
PersistentList |
A persistent wrapper for a java.util.List.
|
PersistentListElementHolder | Deprecated
To be removed in 5.
|
PersistentMap |
A persistent wrapper for a java.util.Map.
|
PersistentMapElementHolder | Deprecated
To be removed in 5.
|
PersistentSet |
A persistent wrapper for a java.util.Set.
|
PersistentSortedMap |
A persistent wrapper for a java.util.SortedMap.
|
PersistentSortedSet |
A persistent wrapper for a java.util.SortedSet.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.