类的使用
org.hibernate.engine.spi.ActionQueue
-
使用ActionQueue的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.engine.spi中ActionQueue的使用
返回ActionQueue的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 static ActionQueueActionQueue. deserialize(ObjectInputStream ois, SessionImplementor session)Used by the owning session to explicitly control deserialization of the action queue.ActionQueueSessionDelegatorBaseImpl. getActionQueue()ActionQueueSessionImplementor. getActionQueue() -
org.hibernate.event.spi中ActionQueue的使用
返回ActionQueue的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 ActionQueueEventSource. getActionQueue()Get the ActionQueue for this session -
org.hibernate.internal中ActionQueue的使用
返回ActionQueue的org.hibernate.internal中的方法 修饰符和类型 方法 说明 ActionQueueSessionImpl. getActionQueue()
-