Java org.hibernate.engine.spi SessionImplementor fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.engine.spi SessionImplementor fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

org.hibernate.engine.spi.SessionImplementor has the following implementations.
Click this link to see all its implementation.

Method

voidflush()
Force this session to flush.
HibernateEntityManagerFactorygetFactory()
Get access to the Hibernate extended EMF contract.
FlushModeTypegetFlushMode()

For users of the Hibernate native APIs, we've had to rename this method as defined by Hibernate historically because the JPA contract defines a method of the same name, but returning the JPA FlushModeType rather than Hibernate's FlushMode .

FlushModegetHibernateFlushMode()
Get the current flush mode for this session.
booleanisTransactionInProgress()
Provides access to whether a transaction is currently in progress.
SharedSessionBuildersessionWithOptions()
Obtain a Session builder with the ability to grab certain information from this session.
voidsetFlushMode(FlushMode flushMode)
Set the flush mode for this session.