Uses of Class
org.hibernate.search.util.WeakIdentityHashMap

Packages that use WeakIdentityHashMap
org.hibernate.search.backend.impl   
org.hibernate.search.event   
 

Uses of WeakIdentityHashMap in org.hibernate.search.backend.impl
 

Constructors in org.hibernate.search.backend.impl with parameters of type WeakIdentityHashMap
PostTransactionWorkQueueSynchronization(WorkQueue workQueue, WeakIdentityHashMap queuePerTransaction)
           
 

Uses of WeakIdentityHashMap in org.hibernate.search.event
 

Fields in org.hibernate.search.event declared as WeakIdentityHashMap
protected  WeakIdentityHashMap FullTextIndexEventListener.queuePerTransaction