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.
私の質問は単純です: Spring jdbcTemplate と Hibernate の主な違いは何ですか? どちらかを使用するために考慮すべき主な理由は何ですか?
ありがとう
それはすべて依存します。ドメイン オブジェクトをデータベース テーブルに多数マッピングする場合は、Hibernate を検討する必要があります。多くの複雑な結合/PL-SQL を実行するレポート ツールを作成している場合は、Spring JDBC テンプレートを調べてください。