Uses of Class
org.hibernate.engine.spi.CollectionEntry

Packages that use CollectionEntry
org.hibernate.engine.internal   
org.hibernate.engine.spi   
org.hibernate.envers.event   
org.hibernate.envers.synchronization.work   
 

Uses of CollectionEntry in org.hibernate.engine.internal
 

Methods in org.hibernate.engine.internal that return CollectionEntry
 CollectionEntry StatefulPersistenceContext.addInitializedCollection(CollectionPersister persister, PersistentCollection collection, Serializable id)
          add a collection we just pulled out of the cache (does not need initializing)
 CollectionEntry StatefulPersistenceContext.getCollectionEntry(PersistentCollection coll)
          Get the collection entry for a persistent collection
 CollectionEntry StatefulPersistenceContext.getCollectionEntryOrNull(Object collection)
          Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.
 

Uses of CollectionEntry in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return CollectionEntry
 CollectionEntry PersistenceContext.addInitializedCollection(CollectionPersister persister, PersistentCollection collection, Serializable id)
          add a collection we just pulled out of the cache (does not need initializing)
static CollectionEntry CollectionEntry.deserialize(ObjectInputStream ois, SessionImplementor session)
          Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
 CollectionEntry PersistenceContext.getCollectionEntry(PersistentCollection coll)
          Get the collection entry for a persistent collection
 CollectionEntry PersistenceContext.getCollectionEntryOrNull(Object collection)
          Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.
 

Methods in org.hibernate.engine.spi with parameters of type CollectionEntry
 void BatchFetchQueue.addBatchLoadableCollection(PersistentCollection collection, CollectionEntry ce)
          If an CollectionEntry represents a batch loadable collection, add it to the queue.
 void BatchFetchQueue.removeBatchLoadableCollection(CollectionEntry ce)
          After a collection was initialized or evicted, we don't need to batch fetch it anymore, remove it from the queue if necessary
 

Uses of CollectionEntry in org.hibernate.envers.event
 

Methods in org.hibernate.envers.event that return CollectionEntry
protected  CollectionEntry BaseEnversCollectionEventListener.getCollectionEntry(AbstractCollectionEvent event)
           
 

Methods in org.hibernate.envers.event with parameters of type CollectionEntry
protected  void BaseEnversCollectionEventListener.onCollectionAction(AbstractCollectionEvent event, PersistentCollection newColl, Serializable oldColl, CollectionEntry collectionEntry)
           
 

Uses of CollectionEntry in org.hibernate.envers.synchronization.work
 

Constructors in org.hibernate.envers.synchronization.work with parameters of type CollectionEntry
PersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor, String entityName, AuditConfiguration auditCfg, PersistentCollection collection, CollectionEntry collectionEntry, Serializable snapshot, Serializable id, String referencingPropertyName)
           
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.