Uses of Class
org.hibernate.engine.spi.CollectionKey
-
Packages that use CollectionKey Package Description org.hibernate.engine.spi -
-
Uses of CollectionKey in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CollectionKey Modifier and Type Method Description static CollectionKey
CollectionKey. deserialize(java.io.ObjectInputStream ois, SessionImplementor session)
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.Methods in org.hibernate.engine.spi with parameters of type CollectionKey Modifier and Type Method Description void
PersistenceContext. addUnownedCollection(CollectionKey key, PersistentCollection collection)
Add a collection which has no owner loadedPersistentCollection
PersistenceContext. getCollection(CollectionKey collectionKey)
Get the collection instance associated with the CollectionKeyPersistentCollection
PersistenceContext. useUnownedCollection(CollectionKey key)
Take ownership of a previously unowned collection, if one.
-