Uses of Class
org.hibernate.engine.ActionQueue

Packages that use ActionQueue
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of ActionQueue in org.hibernate.event
 

Methods in org.hibernate.event that return ActionQueue
 ActionQueue EventSource.getActionQueue()
          Get the ActionQueue for this session
 

Uses of ActionQueue in org.hibernate.impl
 

Methods in org.hibernate.impl that return ActionQueue
 ActionQueue SessionImpl.getActionQueue()