Class StatelessSessionImpl

java.lang.Object
org.hibernate.internal.AbstractSharedSessionContract
org.hibernate.internal.StatelessSessionImpl
All Implemented Interfaces:
Serializable, AutoCloseable, LobCreationContext, SharedSessionContractImplementor, QueryProducer, QueryProducerImplementor, JdbcSessionOwner, TransactionCoordinatorBuilder.Options, SharedSessionContract, StatelessSession, JavaType.CoercionContext, WrapperOptions

public class StatelessSessionImpl extends AbstractSharedSessionContract implements StatelessSession
Concrete implementation of the StatelessSession API.

Exposes two interfaces:

This class is not thread-safe.

See Also: