See: Description
Interface | Description |
---|---|
AbstractPersistentCollection.DelayedOperation |
Contract for operations which are part of a collection's operation queue.
|
AbstractPersistentCollection.LazyInitializationWork<T> |
TBH not sure why this is public
|
AbstractPersistentCollection.ValueDelayedOperation |
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.
|
PersistentIdentifierBag |
An IdentifierBag implements "bag" semantics more efficiently than
a regular Bag by adding a synthetic identifier column to the
table.
|
PersistentList |
A persistent wrapper for a java.util.List.
|
PersistentMap |
A persistent wrapper for a java.util.Map.
|
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 © 2021 JBoss by Red Hat. All rights reserved.