Package | Description |
---|---|
org.hibernate.collection.internal |
Internal implementations and support for persistent collections
|
Modifier and Type | Class and Description |
---|---|
class |
PersistentArrayHolder
A persistent wrapper for an array.
|
class |
PersistentBag
An unordered, unkeyed collection that can contain the same element
multiple times.
|
class |
PersistentIdentifierBag
An IdentifierBag implements "bag" semantics more efficiently than
a regular Bag by adding a synthetic identifier column to the
table.
|
class |
PersistentList
A persistent wrapper for a java.util.List.
|
class |
PersistentMap
A persistent wrapper for a java.util.Map.
|
class |
PersistentSet
A persistent wrapper for a java.util.Set.
|
class |
PersistentSortedMap
A persistent wrapper for a java.util.SortedMap.
|
class |
PersistentSortedSet
A persistent wrapper for a java.util.SortedSet.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.