Java org.hibernate.event.spi EventSource fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.event.spi EventSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.event.spi EventSource.

The text is from its open source code.

Method

ActionQueuegetActionQueue()
Get the ActionQueue for this session
HibernateEntityManagerFactorygetFactory()
Get access to the Hibernate extended EMF contract.
SessionFactoryImplementorgetSessionFactory()
booleanisTransactionInProgress()
Provides access to whether a transaction is currently in progress.
Tload(Class theClass, Serializable id)
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.