SESSION OBJECT Meaning in Japanese - translations and usage examples

['seʃn 'ɒbdʒikt]
['seʃn 'ɒbdʒikt]
セッションオブジェクトを

Examples of using Session object in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
A session object represents access to a specific source.
セッションオブジェクトは、特定のソースへのアクセスを表します。
They will look for it themselves in the current session object.
ヘルパーは現在のセッションオブジェクトのなかでカルチャを自分たち自身で探します。
Sf_user: The current user session object(instance of sfUser).
Sf_user:現在のユーザーセッションのオブジェクト(sfUserのインスタンス)。
The HTTP session object at that time is passed in the httpSession argument.
OnOpen()ハンドラについて説明:引数であるhttpSessionはその時点のHTTPのセッションオブジェクトが渡されます。
A random, alphanumeric number is generated for each session object, which serves as a unique identifier.
セッション・オブジェクトごとにランダムな英数字が生成され、一意の識別子として使用されます。
The session object for database operation is obtained using HibernateUtil. openSession().
データベース操作のためのセッションオブジェクトはHibernateUtil.openSession()を使って取得します。
Click the Step Over()button so that the session variable is assigned to the session object.
ステップ・オーバー」()ボタンをクリックして、session変数をセッション・オブジェクトに割り当てます。
This is because the session object is serialized between requests.
なぜならリクエストの間にセッションオブジェクトがシリアライズされるからです。
Once the session is created,you will be able to view information on the app instance via the session object's source attribute.
セッションが作成されると、セッションオブジェクトのsource属性を介してアプリインスタンスの情報を表示できるようになります。
Gets a value from the session object managed by Java with the specified name.
指定した名前で、Javaが管理するセッションオブジェクトから値を取得します。
The SESSION function can be used by developers to"customize"Java code and"receive" values stored in session objects.
SESSION関数は開発者がJavaコードをカスタマイズし、セッションオブジェクトに値を格納したものを「受け取る」ために使うことができます。
You may wonder how a session object was created from a request for the site welcome page.
サイトの開始ページのリクエストからセッション・オブジェクトが作成された方法について疑問に思うかもしれません。
Middleware for database operation Wagby uses internally Youcan execute arbitrary SQL using the session object provided by Hibernate.
Wagbyが内部で利用しているデータベース操作のためのミドルウェアHibernateが提供するsessionオブジェクトを用いて、任意のSQLを実行することができます。
Specifies how long a session object is maintained after the last request associated with the object is made.
セッションオブジェクトに関連付けられた要求が前回発生してから、そのオブジェクトが保持される時間を指定します。
Now I can pass the result of autoCompleteListener into methods that require anauto complete listener like my auto complete session object.
ここで、.autoCompleteListenerの結果をautocompletelistenerを必要とするメソッド(たとえばわたしの自動補完セッションオブジェクトのような)へ渡すことができます。
This provides access to the session object, just as you saw earlier when working in the ControllerServlet.
これによって、前にControllerServletをデバッグしていたときのように、セッション・オブジェクトにアクセスできるようになります。
The class calls configure() and loads the hibernate.cfg. xml configuration file and then builds the SessionFactory to obtain the Session object.
このクラスは、configure()をコールし、hibernate.cfg.xml構成ファイルをロードし、次にSessionFactoryをビルドしてセッション・オブジェクトを取得します。
The request, response, and session objects give access to the request parameters, the response headers, and the persistent user data.
リクエスト、レスポンス、セッションオブジェクトはリクエストパラメーター、レスポンスヘッダー、永続的なユーザーデータにアクセスできます。
The class calls Hibernate's configure() method, loads the hibernate.cfg. xml configuration file and then builds the SessionFactory to obtain the Session object.
このクラスは、Hibernateのconfigure()メソッドをコールし、hibernate.cfg.xml構成ファイルをロードし、次にSessionFactoryをビルドしてセッション・オブジェクトを取得します。
If the key name of the session object matches the name of the target item(English), the argument of the SESSION function can be omitted.
セッションオブジェクトのキー名が、対象項目の名前(英語)と一致している場合、SESSION関数の引数は省略できます。
According to the documentation, getSession() returns the HttpSession currently associated with the request, and if no session exists,the method creates a new session object.
ドキュメントによると、getSession()は現時点でリクエストに関連付けられているHttpSessionを返し、セッションが存在しない場合、このメソッドは新しいセッション・オブジェクトを作成します。
As previously mentioned, HttpSession is actually an interface,so when we talk about an HttpSession object, or session object, we are in fact referring to any object that implements the HttpSession interface.
前述のように、HttpSessionは実際にはインタフェースであるため、HttpSessionオブジェクト(セッション・オブジェクト)について説明する場合、実際にはHttpSessionインタフェースを実装するオブジェクトを指しています。
Creating the HibernateUtil. java Helper File To use Hibernate you need to create a helper class that handles startup andthat accesses Hibernate's SessionFactory to obtain a Session object.
HibernateUtil.javaヘルパー・ファイルの作成Hibernateを使用するには、起動を処理し、HibernateのSessionFactoryにアクセスしてセッション・オブジェクトを取得するヘルパー・クラスを作成する必要があります。
Object and Session Restore.
オブジェクトセッションの復元。
The reason this occursis because JSP pages include the pageContext. session implicit object by default.
これが起こる理由は、JSPページにはデフォルトでpageContext.sessionの暗黙オブジェクトが含まれるためです。
If the user had multiple windows opened on the site,each one would have its own individual copy of the session storage object.
ユーザーがそのサイトでいくつもウィンドウを開いていたなら、それぞれのページごとに、セッション・ストレージ・オブジェクトのコピーを別々に持つことになります。
Results: 26, Time: 0.0334

Word-for-word translation

Top dictionary queries

English - Japanese