Uses of Class
org.hibernate.engine.spi.CollectionKey
-
Packages that use CollectionKey Package Description org.hibernate.engine.spi org.hibernate.sql.exec.spi org.hibernate.sql.results.graph.collection org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.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(ObjectInputStream ois, SessionImplementor session)Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.Methods in org.hibernate.engine.spi that return types with arguments of type CollectionKey Modifier and Type Method Description Map<CollectionKey,PersistentCollection<?>>PersistenceContext. getCollectionsByKey()Deprecated.this method should be removed; alternative methods are available that better express the intent, allowing for better optimisations.Methods in org.hibernate.engine.spi with parameters of type CollectionKey Modifier and Type Method Description PersistentCollection<?>PersistenceContext. addCollectionByKey(CollectionKey collectionKey, PersistentCollection<?> persistentCollection)Adds a collection in the collections-by-key map.PersistentCollection<?>PersistenceContext. getCollection(CollectionKey collectionKey)Get the collection instance associated with theCollectionKeyvoidPersistenceContext. removeCollectionByKey(CollectionKey collectionKey)Remove a collection-by-key mapping.PersistentCollection<?>PersistenceContext. useUnownedCollection(CollectionKey key)Take ownership of a previously unowned collection, if one. -
Uses of CollectionKey in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return CollectionKey Modifier and Type Method Description default CollectionKeyExecutionContext. getCollectionKey()Get the collection key for the collection which is to be loaded immediately. -
Uses of CollectionKey in org.hibernate.sql.results.graph.collection
Methods in org.hibernate.sql.results.graph.collection that return CollectionKey Modifier and Type Method Description CollectionKeyCollectionInitializer. resolveCollectionKey(RowProcessingState rowProcessingState) -
Uses of CollectionKey in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type CollectionKey Modifier and Type Method Description LoadingCollectionEntryJdbcValuesSourceProcessingState. findLoadingCollectionLocally(CollectionKey key)Find a LoadingCollectionEntry locally to this context.voidJdbcValuesSourceProcessingState. registerLoadingCollection(CollectionKey collectionKey, LoadingCollectionEntry loadingCollectionEntry)Registers a LoadingCollectionEntry locally to this context -
Uses of CollectionKey in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi with parameters of type CollectionKey Modifier and Type Method Description LoadingCollectionEntryLoadContexts. findLoadingCollectionEntry(CollectionKey collectionKey)
-