Package org.hibernate

Interface StatelessSessionBuilder

All Superinterfaces:
CommonBuilder
All Known Subinterfaces:
SharedStatelessSessionBuilder

public interface StatelessSessionBuilder extends CommonBuilder
Allows creation of a new StatelessSession with specific options overriding the defaults from the SessionFactory.
See Also: