Package | Description |
---|---|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceContext.addUnownedCollection(CollectionKey key,
PersistentCollection collection)
Add a collection which has no owner loaded
|
void |
StatefulPersistenceContext.addUnownedCollection(CollectionKey key,
PersistentCollection collection) |
PersistentCollection |
PersistenceContext.getCollection(CollectionKey collectionKey)
Get the collection instance associated with the CollectionKey
|
PersistentCollection |
StatefulPersistenceContext.getCollection(CollectionKey collectionKey)
Get the collection instance associated with the CollectionKey
|
PersistentCollection |
PersistenceContext.useUnownedCollection(CollectionKey key)
Get and remove a collection whose owner is not yet loaded,
when its owner is being loaded
|
PersistentCollection |
StatefulPersistenceContext.useUnownedCollection(CollectionKey key) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved