Interface SessionBuilderImplementor<T extends SessionBuilder>

    • Method Detail

      • owner

        @Deprecated
        T owner​(SessionOwner sessionOwner)
        Deprecated.
        (since 5.2) since consolidating hibernate-entitymanager into hibernate-core I believe this is no longer needed.
        Adds the session owner to the session options
        Parameters:
        sessionOwner - The session owner.
        Returns:
        this, for method chaining