org.hibernate.engine.spi
Interface SessionBuilderImplementor

All Superinterfaces:
SessionBuilder

public interface SessionBuilderImplementor
extends SessionBuilder

Defines the internal contract between the SessionBuilder and other parts of Hibernate..

See Also:
SessionBuilder

Method Summary
 SessionBuilder owner(SessionOwner sessionOwner)
          Adds the session owner to the session options
 
Methods inherited from interface org.hibernate.SessionBuilder
autoClose, autoJoinTransactions, connection, connectionReleaseMode, flushBeforeCompletion, interceptor, noInterceptor, openSession, tenantIdentifier
 

Method Detail

owner

SessionBuilder owner(SessionOwner sessionOwner)
Adds the session owner to the session options

Parameters:
sessionOwner - The session owner.
Returns:
this, for method chaining


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.