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 PersistentCollectionPersistenceContext. addCollectionByKey(CollectionKey collectionKey, PersistentCollection persistentCollection)Adds a collection in the collections-by-key map.voidPersistenceContext. addUnownedCollection(CollectionKey key, PersistentCollection collection)Add a collection which has no owner loadedPersistentCollectionPersistenceContext. getCollection(CollectionKey collectionKey)Get the collection instance associated with the CollectionKeyvoidPersistenceContext. removeCollectionByKey(CollectionKey collectionKey)Remove a collection-by-key mapping.PersistentCollectionPersistenceContext. useUnownedCollection(CollectionKey key)Take ownership of a previously unowned collection, if one.
-