接口 SessionBuilderImplementor<T extends SessionBuilder>

    • 方法详细资料

      • owner

        @Deprecated
        T owner​(SessionOwner sessionOwner)
        已过时。
        (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
        参数:
        sessionOwner - The session owner.
        返回:
        this, for method chaining