Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
void |
StatefulPersistenceContext.addUnownedCollection(CollectionKey key,
PersistentCollection collection) |
PersistentCollection |
StatefulPersistenceContext.getCollection(CollectionKey collectionKey) |
PersistentCollection |
StatefulPersistenceContext.useUnownedCollection(CollectionKey key) |
Modifier and Type | Method and Description |
---|---|
static CollectionKey |
CollectionKey.deserialize(ObjectInputStream ois,
SessionImplementor session)
Custom deserialization routine used during deserialization of a
Session/PersistenceContext for increased performance.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceContext.addUnownedCollection(CollectionKey key,
PersistentCollection collection)
Add a collection which has no owner loaded
|
PersistentCollection |
PersistenceContext.getCollection(CollectionKey collectionKey)
Get the collection instance associated with the CollectionKey
|
PersistentCollection |
PersistenceContext.useUnownedCollection(CollectionKey key)
Take ownership of a previously unowned collection, if one.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreMessageLogger.loadingCollectionKeyNotFound(CollectionKey collectionKey) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.