Uses of Class
org.hibernate.engine.spi.CollectionKey
-
Packages that use CollectionKey Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.internal.log org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.graph.collection.internal org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
Uses of CollectionKey in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return types with arguments of type CollectionKey Modifier and Type Method Description Map<CollectionKey,PersistentCollection<?>>StatefulPersistenceContext. getCollectionsByKey()Methods in org.hibernate.engine.internal with parameters of type CollectionKey Modifier and Type Method Description PersistentCollection<?>StatefulPersistenceContext. addCollectionByKey(CollectionKey collectionKey, PersistentCollection<?> persistentCollection)PersistentCollection<?>StatefulPersistenceContext. getCollection(CollectionKey collectionKey)voidStatefulPersistenceContext. removeCollectionByKey(CollectionKey collectionKey)PersistentCollection<?>StatefulPersistenceContext. useUnownedCollection(CollectionKey key) -
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.internal
Methods in org.hibernate.internal with parameters of type CollectionKey Modifier and Type Method Description voidCoreMessageLogger. loadingCollectionKeyNotFound(CollectionKey collectionKey) -
Uses of CollectionKey in org.hibernate.internal.log
Methods in org.hibernate.internal.log with parameters of type CollectionKey Modifier and Type Method Description static StringLoggingHelper. toLoggableString(CollectionKey collectionKey) -
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.internal
Fields in org.hibernate.sql.results.graph.collection.internal declared as CollectionKey Modifier and Type Field Description protected @Nullable CollectionKeyAbstractCollectionInitializer.CollectionInitializerData. collectionKey -
Uses of CollectionKey in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return CollectionKey Modifier and Type Method Description CollectionKeyNestedRowProcessingState. getCollectionKey() -
Uses of CollectionKey in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return CollectionKey Modifier and Type Method Description CollectionKeyRowProcessingStateStandardImpl. getCollectionKey() -
Uses of CollectionKey in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type CollectionKey Modifier and Type Method Description LoadingCollectionEntryJdbcValuesSourceProcessingStateStandardImpl. findLoadingCollectionLocally(CollectionKey key)voidJdbcValuesSourceProcessingStateStandardImpl. registerLoadingCollection(CollectionKey key, LoadingCollectionEntry loadingCollectionEntry) -
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)
-