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 CollectionKeyCollectionKey. 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 voidPersistenceContext. addUnownedCollection(CollectionKey key, PersistentCollection collection)Add a collection which has no owner loadedPersistentCollectionPersistenceContext. getCollection(CollectionKey collectionKey)Get the collection instance associated with the CollectionKeyPersistentCollectionPersistenceContext. useUnownedCollection(CollectionKey key)Take ownership of a previously unowned collection, if one.
-