Uses of Class
org.hibernate.engine.ActionQueue

Packages that use ActionQueue
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of ActionQueue in org.hibernate.engine
 

Methods in org.hibernate.engine that return ActionQueue
 ActionQueue SessionImplementor.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()