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 org.hibernate.internal org.hibernate.internal.log org.hibernate.sql.exec.internal org.hibernate.sql.exec.spi org.hibernate.sql.results.graph.collection org.hibernate.sql.results.graph.collection.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)
void
StatefulPersistenceContext. 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 CollectionKey
CollectionKey. 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 theCollectionKey
void
PersistenceContext. 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 void
CoreMessageLogger. 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 String
LoggingHelper. toLoggableString(CollectionKey collectionKey)
-
Uses of CollectionKey in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return CollectionKey Modifier and Type Method Description CollectionKey
DelegatingExecutionContext. getCollectionKey()
-
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 CollectionKey
ExecutionContext. 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 CollectionKey
CollectionInitializer. resolveCollectionKey(RowProcessingState rowProcessingState)
-
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 CollectionKey
AbstractCollectionInitializer. collectionKey
Methods in org.hibernate.sql.results.graph.collection.internal that return CollectionKey Modifier and Type Method Description CollectionKey
AbstractCollectionInitializer. resolveCollectionKey(RowProcessingState rowProcessingState)
Methods in org.hibernate.sql.results.graph.collection.internal with parameters of type CollectionKey Modifier and Type Method Description protected abstract void
AbstractImmediateCollectionInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
ArrayInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
BagInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
ListInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
MapInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
SetInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
AbstractImmediateCollectionInitializer. takeResponsibility(RowProcessingState rowProcessingState, CollectionKey collectionKey)
-
Uses of CollectionKey in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return CollectionKey Modifier and Type Method Description CollectionKey
RowProcessingStateStandardImpl. 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 LoadingCollectionEntry
JdbcValuesSourceProcessingStateStandardImpl. findLoadingCollectionLocally(CollectionKey key)
void
JdbcValuesSourceProcessingStateStandardImpl. 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 LoadingCollectionEntry
JdbcValuesSourceProcessingState. findLoadingCollectionLocally(CollectionKey key)
Find a LoadingCollectionEntry locally to this context.void
JdbcValuesSourceProcessingState. 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 LoadingCollectionEntry
LoadContexts. findLoadingCollectionEntry(CollectionKey collectionKey)
-