Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はJavaプロジェクトを書いています。そして、休止状態を ORM として使用します。今、休止状態を使用してデータベースを構築し、埋めました。問題は、データベースからレコードをロードして、それらからオブジェクトを作成する方法です。
これは、オンラインで入手できる Hibernate チュートリアルの最初のステップです 。