Class ReactiveStatelessSessionImpl

java.lang.Object
org.hibernate.internal.AbstractSharedSessionContract
org.hibernate.internal.StatelessSessionImpl
org.hibernate.reactive.session.impl.ReactiveStatelessSessionImpl
All Implemented Interfaces:
Serializable, AutoCloseable, org.hibernate.engine.jdbc.LobCreationContext, org.hibernate.engine.spi.SharedSessionContractImplementor, org.hibernate.query.QueryProducer, org.hibernate.query.spi.QueryProducerImplementor, ReactiveSharedSessionContractImplementor, ReactiveConnectionSupplier, ReactiveQueryProducer, ReactiveStatelessSession, org.hibernate.resource.jdbc.spi.JdbcSessionOwner, org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder.Options, org.hibernate.SharedSessionContract, org.hibernate.StatelessSession, org.hibernate.type.descriptor.java.JavaType.CoercionContext, org.hibernate.type.descriptor.WrapperOptions

public class ReactiveStatelessSessionImpl extends org.hibernate.internal.StatelessSessionImpl implements ReactiveStatelessSession
An ReactiveStatelessSession implemented by extension of the StatelessSessionImpl in Hibernate core. Extension was preferred to delegation because there are places where Hibernate core compares the identity of session instances.
See Also: